]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture3d.cpp
Do not store generated files in the repository
[libs/gl.git] / source / texture3d.cpp
index 95b96903254d222507e1aed834c07fa13672b109..73c4b817827cfef191e21079a982323a3d87363a 100644 (file)
@@ -1,8 +1,8 @@
 #include <cmath>
+#include <msp/gl/extensions/ext_texture3d.h>
 #include <msp/graphics/image.h>
 #include "bindable.h"
 #include "error.h"
-#include "ext_texture3d.h"
 #include "texture3d.h"
 
 using namespace std;