summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_ad5.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-05-01 20:27:50 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-05-01 20:27:50 +0200
commitbe67262fc21f75d40dead90256c0ec3142be7b12 (patch)
tree4013158c275962acd59cd78df4932dc117efa0a7 /src/mame/drivers/bfm_ad5.cpp
parent66d0dd3d8255ae33a5a28455a540c71c032a11e9 (diff)
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Diffstat (limited to 'src/mame/drivers/bfm_ad5.cpp')
-rw-r--r--src/mame/drivers/bfm_ad5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bfm_ad5.cpp b/src/mame/drivers/bfm_ad5.cpp
index bb3a8028373..3374a24c2c1 100644
--- a/src/mame/drivers/bfm_ad5.cpp
+++ b/src/mame/drivers/bfm_ad5.cpp
@@ -86,4 +86,4 @@ MACHINE_CONFIG_START( bfm_ad5, adder5_state )
/* unknown sound */
MACHINE_CONFIG_END
-#include "bfm_ad5sw.inc" \ No newline at end of file
+#include "bfm_ad5sw.hxx" \ No newline at end of file