]> git.tdb.fi Git - libs/gl.git/blobdiff - source/batch.cpp
Do not store generated files in the repository
[libs/gl.git] / source / batch.cpp
index 8807b2c539c983e61de11628627d5b6392986b7c..956fe1309e80ad0b65a714b2ac000b5162c05348 100644 (file)
@@ -1,9 +1,9 @@
+#include <msp/gl/extensions/ext_draw_range_elements.h>
+#include <msp/gl/extensions/nv_primitive_restart.h>
 #include "batch.h"
 #include "bindable.h"
 #include "buffer.h"
 #include "error.h"
-#include "ext_draw_range_elements.h"
-#include "nv_primitive_restart.h"
 #include "vertexarray.h"
 
 using namespace std;