]> git.sesse.net Git - movit/blobdiff - test_util.cpp
Merge branch 'master' into epoxy
[movit] / test_util.cpp
index cb972364d000b45ee57ab4024f2a141c1d6576b4..ec9cbf947a5bcbd7b518677f44f279c7972df301 100644 (file)
@@ -2,11 +2,11 @@
 #include <math.h>
 #include <stdio.h>
 #include <algorithm>
+#include <epoxy/gl.h>
+#include <gtest/gtest.h>
+#include <gtest/gtest-message.h>
 
 #include "flat_input.h"
-#include "glew.h"
-#include "gtest/gtest.h"
-#include "gtest/gtest-message.h"
 #include "init.h"
 #include "resource_pool.h"
 #include "test_util.h"