We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0996ee commit dcb27ecCopy full SHA for dcb27ec
1 file changed
test/pgcompiler/script_testbench.cc
@@ -1,13 +1,3 @@
1
-#ifdef __EMSCRIPTEN__
2
- #include <SDL2/SDL.h>
3
-#else
4
- #ifdef __linux__
5
6
- #elif _WIN32
7
- #include <SDL.h>
8
- #endif
9
-#endif
10
-
11
#include "gtest/gtest.h"
12
13
#include "Compiler/vm.h"
0 commit comments