]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/uniformblock.cpp
Clean up includes and forward declarations for the core classes
[libs/gl.git] / source / core / uniformblock.cpp
index 8f85b87f0ba1573e8749b7f8c405382da8201360..76d657a10456a895539ddeef2246aa09a91d702a 100644 (file)
@@ -1,13 +1,8 @@
 #include <algorithm>
 #include <msp/gl/extensions/arb_shader_objects.h>
 #include <msp/gl/extensions/arb_uniform_buffer_object.h>
-#include "buffer.h"
-#include "color.h"
 #include "deviceinfo.h"
-#include "error.h"
-#include "matrix.h"
 #include "uniformblock.h"
-#include "vector.h"
 
 using namespace std;