summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/i86/host.h')
-rw-r--r--src/emu/cpu/i86/host.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/emu/cpu/i86/host.h b/src/emu/cpu/i86/host.h
index a487644eeca..44c8c48c621 100644
--- a/src/emu/cpu/i86/host.h
+++ b/src/emu/cpu/i86/host.h
@@ -1,11 +1,6 @@
/*****************************************************************************/
/* host dependent types */
-#pragma once
-
-#ifndef __HOST_H__
-#define __HOST_H__
-
/*#define BIGCASE*/
@@ -16,5 +11,3 @@ typedef UINT8 BOOLEAN;
typedef UINT8 BYTE;
typedef UINT16 WORD;
typedef UINT32 DWORD;
-
-#endif /* __HOST_H__ */