]> git.tdb.fi Git - libs/gl.git/commitdiff
Remove some stray includes and add a missing one
authorMikko Rasa <tdb@tdb.fi>
Wed, 10 Nov 2021 14:12:05 +0000 (16:12 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 10 Nov 2021 14:12:05 +0000 (16:12 +0200)
source/backends/opengl/backend_opengl.cpp
source/core/frameformat.cpp
source/core/predicate.cpp
source/core/primitivetype.cpp
source/core/stenciltest.cpp

index 46d1ce2050eb2285a939e9272fa827bf815ec345..498453c8e65eb97f4346c269c34e9dfba0100875 100644 (file)
@@ -1,4 +1,5 @@
 #include "backend.h"
+#include "gl.h"
 
 namespace Msp {
 namespace GL {
index e332689c2d283f6ba20372d978a26ec2c50057e2..fefb3582665380b4333098e0fc3cf34b54714c75 100644 (file)
@@ -1,6 +1,5 @@
 #include "error.h"
 #include "frameformat.h"
-#include "gl.h"
 
 using namespace std;
 
index 6337e17401d94a6342f3ee0d8b67d5d1c6c2f36b..a1953733c676d3ccac0f449db4d9ce3c749dba4f 100644 (file)
@@ -1,5 +1,4 @@
 #include <msp/strings/format.h>
-#include "gl.h"
 #include "predicate.h"
 
 using namespace std;
index ca03a67e599ea0dc9e6b16cea2a1dc274f4bb080..e52a87dc9c3269da2abd4c149cd7303a5d846008 100644 (file)
@@ -1,5 +1,4 @@
 #include <msp/strings/format.h>
-#include "gl.h"
 #include "primitivetype.h"
 
 using namespace std;
index 2a1f0a846b7eb67cf75ea3a966a09345c2af453b..db1a5c0e2a0d161b23abaf10497d1321f1541350 100644 (file)
@@ -1,6 +1,5 @@
 #include <stdexcept>
 #include <msp/strings/format.h>
-#include "gl.h"
 #include "stenciltest.h"
 
 using namespace std;