summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/softbox.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-07-07 23:39:05 +1000
committer Vas Crabb <vas@vastheman.com>2018-07-07 23:39:05 +1000
commit11b47cb0038e9cce84b260323fcb044876ab6f71 (patch)
tree5d286823dbe96b9200148c605090f1aa4da60a75 /src/mame/includes/softbox.h
parentb747b711bb021d0bb550f150e62d3f7dfe6754b2 (diff)
remove more MCFG_ (nw)
Diffstat (limited to 'src/mame/includes/softbox.h')
-rw-r--r--src/mame/includes/softbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/softbox.h b/src/mame/includes/softbox.h
index 18b71aa7523..0c79870160e 100644
--- a/src/mame/includes/softbox.h
+++ b/src/mame/includes/softbox.h
@@ -1,10 +1,10 @@
// license:BSD-3-Clause
// copyright-holders:Curt Coder, Mike Naberezny
-#pragma once
-
#ifndef MAME_INCLUDES_SOFTBOX_H
#define MAME_INCLUDES_SOFTBOX_H
+#pragma once
+
#include "bus/ieee488/ieee488.h"
#include "bus/imi7000/imi7000.h"
#include "cpu/z80/z80.h"