summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diserial.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/diserial.h')
-rw-r--r--src/emu/diserial.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/emu/diserial.h b/src/emu/diserial.h
index 553385f76f3..924ffb08824 100644
--- a/src/emu/diserial.h
+++ b/src/emu/diserial.h
@@ -1,14 +1,10 @@
// license:BSD-3-Clause
// copyright-holders:Carl, Miodrag Milanovic, Vas Crabb
-#pragma once
-
-#ifndef __EMU_H__
-#error Dont include this file directly; include emu.h instead.
-#endif
-
#ifndef MAME_EMU_DISERIAL_H
#define MAME_EMU_DISERIAL_H
+#pragma once
+
// Windows headers are crap, let me count the ways
#undef PARITY_NONE
#undef PARITY_ODD
@@ -262,4 +258,4 @@ private:
u8 m_empty = 1U;
};
-#endif // MAME_EMU_DISERIAL_H
+#endif // MAME_EMU_DISERIAL_H