]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/program.cpp
Clean up includes and forward declarations for the core classes
[libs/gl.git] / source / core / program.cpp
index 35304554ea33b9d0911d299522ae847755223534..b1516e2dc329c95d6d26f7cc1ce6d575f990ef45 100644 (file)
@@ -1,8 +1,5 @@
 #include <cstring>
-#include <set>
 #include <msp/core/algorithm.h>
-#include <msp/core/maputils.h>
-#include <msp/core/raii.h>
 #include <msp/gl/extensions/arb_es2_compatibility.h>
 #include <msp/gl/extensions/arb_fragment_shader.h>
 #include <msp/gl/extensions/arb_gl_spirv.h>
 #include <msp/gl/extensions/khr_debug.h>
 #include <msp/gl/extensions/nv_non_square_matrices.h>
 #include <msp/io/print.h>
-#include "buffer.h"
 #include "error.h"
 #include "program.h"
-#include "resources.h"
 #include "glsl/compiler.h"
 
 using namespace std;