summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/rgbvmx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/rgbvmx.cpp')
-rw-r--r--src/emu/video/rgbvmx.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/video/rgbvmx.cpp b/src/emu/video/rgbvmx.cpp
index 5673e82a7bf..6de183b66c2 100644
--- a/src/emu/video/rgbvmx.cpp
+++ b/src/emu/video/rgbvmx.cpp
@@ -8,9 +8,10 @@
***************************************************************************/
+#include "emu.h"
+
#if defined(__ALTIVEC__)
-#include "emu.h"
#include "rgbutil.h"
/***************************************************************************