]> git.sesse.net Git - movit/blobdiff - test_util.cpp
Switch from using GLEW to epoxy.
[movit] / test_util.cpp
index c7c2ac01d13343a660c0231d0429e60b15de9186..ea3a0110ce6e509da802e0d3d9a0eb9deaa1aaf2 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"