[NTVDM] Improve the PCH situation.
[reactos.git] / reactos / subsystems / mvdm / ntvdm / bios / bios32 / vbe.h
index b5198e9..c658c13 100644 (file)
@@ -9,8 +9,6 @@
 #ifndef _VBE_H_
 #define _VBE_H_
 
-#include "hardware/video/svga.h"
-
 /* DEFINITIONS ****************************************************************/
 
 #define OEM_NAME     "Cirrus Logic GD-5434 VGA"
@@ -105,4 +103,4 @@ typedef struct _VBE_MODE
 VOID WINAPI VbeService(LPWORD Stack);
 BOOLEAN VbeInitialize(VOID);
 
-#endif // _VBE_H_
+#endif /* _VBE_H_ */