aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host')
-rw-r--r--emulator/opengl/host/tools/emugen/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/emulator/opengl/host/tools/emugen/main.cpp b/emulator/opengl/host/tools/emugen/main.cpp
index d9778ae21..c0c24e9c8 100644
--- a/emulator/opengl/host/tools/emugen/main.cpp
+++ b/emulator/opengl/host/tools/emugen/main.cpp
@@ -20,10 +20,7 @@
#include "strUtils.h"
#include "ApiGen.h"
#include "TypeFactory.h"
-
-#ifdef _WIN32
#include "getopt.h"
-#endif
const std::string SPEC_EXTENSION = std::string(".in");
const std::string ATTRIB_EXTENSION = std::string(".attrib");