summaryrefslogtreecommitdiff
path: root/test/bigswitch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/bigswitch.cpp')
-rw-r--r--test/bigswitch.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/bigswitch.cpp b/test/bigswitch.cpp
index 5b1f1baca..1e22f5c49 100644
--- a/test/bigswitch.cpp
+++ b/test/bigswitch.cpp
@@ -1,7 +1,9 @@
+#include "SDL/SDL_opengl.h"
+#include <SDL.h>
#include <stdio.h>
#include <stdlib.h>
-#include <SDL.h>
-#include "SDL/SDL_opengl.h"
+
+// clang-format off
const char *WWWGLEnumToString(GLenum e)
{
@@ -7943,4 +7945,3 @@ int main() {
i = 3060;
printf("%d: %s\n", i, WWWGLEnumToString(i));
}
-