summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/poly.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/poly.h')
-rw-r--r--src/devices/video/poly.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/devices/video/poly.h b/src/devices/video/poly.h
index 72706e037e3..a8b606bc08e 100644
--- a/src/devices/video/poly.h
+++ b/src/devices/video/poly.h
@@ -32,14 +32,17 @@
***************************************************************************/
+#ifndef MAME_DEVICES_VIDEO_POLY_H
+#define MAME_DEVICES_VIDEO_POLY_H
+
#pragma once
-#ifndef __POLY_H__
-#define __POLY_H__
+#include "screen.h"
#include <limits.h>
#include <atomic>
+
//**************************************************************************
// DEBUGGING
//**************************************************************************
@@ -1318,4 +1321,4 @@ int frustum_clip_all(frustum_clip_vertex<_BaseType, _MaxParams>* clip_vert, int
}
-#endif // __POLY_H__
+#endif // MAME_DEVICES_VIDEO_POLY_H