summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pmd85.h
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2018-02-05 10:20:58 +0100
committer angelosa <salese_corp_ltd@email.it>2018-02-05 10:23:50 +0100
commit18835562189492bd15263dba9d0ea5175cc6221c (patch)
tree9194c410f920656c93dea22ffe47d81c882d0b09 /src/mame/includes/pmd85.h
parent3630bb07a76313b9c53014933211fc78174c8df6 (diff)
Bulk replace convention for include guards in src/mame/includes/ files:
MAME_INCLUDES_<FILENAME>_H is now the standardized way for a MAME include header, starting with a double underscore is reserved by the C++ standard go figure (nw)
Diffstat (limited to 'src/mame/includes/pmd85.h')
-rw-r--r--src/mame/includes/pmd85.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/pmd85.h b/src/mame/includes/pmd85.h
index efde2d9ca79..1103445fa05 100644
--- a/src/mame/includes/pmd85.h
+++ b/src/mame/includes/pmd85.h
@@ -6,8 +6,8 @@
*
****************************************************************************/
-#ifndef PMD85_H_
-#define PMD85_H_
+#ifndef MAME_INCLUDES_PMD85_H
+#define MAME_INCLUDES_PMD85_H
#include "machine/i8251.h"
#include "machine/pit8253.h"