]> git.tdb.fi Git - libs/gl.git/blobdiff - source/program.cpp
Do not store generated files in the repository
[libs/gl.git] / source / program.cpp
index 95102fe9b8367205ec70976f3f77b9b1811d3ea5..61610493df811411cc2a82ef980633754b97f36b 100644 (file)
@@ -2,10 +2,10 @@
 #include <cstring>
 #include <msp/core/hash.h>
 #include <msp/core/maputils.h>
+#include <msp/gl/extensions/arb_shader_objects.h>
+#include <msp/gl/extensions/arb_uniform_buffer_object.h>
+#include <msp/gl/extensions/arb_vertex_shader.h>
 #include <msp/strings/format.h>
-#include "arb_shader_objects.h"
-#include "arb_uniform_buffer_object.h"
-#include "arb_vertex_shader.h"
 #include "buffer.h"
 #include "error.h"
 #include "program.h"