From ce361cb30b297e2ad020f215487a698283dfdb85 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 10 Nov 2021 16:12:05 +0200 Subject: [PATCH] Remove some stray includes and add a missing one --- source/backends/opengl/backend_opengl.cpp | 1 + source/core/frameformat.cpp | 1 - source/core/predicate.cpp | 1 - source/core/primitivetype.cpp | 1 - source/core/stenciltest.cpp | 1 - 5 files changed, 1 insertion(+), 4 deletions(-) diff --git a/source/backends/opengl/backend_opengl.cpp b/source/backends/opengl/backend_opengl.cpp index 46d1ce20..498453c8 100644 --- a/source/backends/opengl/backend_opengl.cpp +++ b/source/backends/opengl/backend_opengl.cpp @@ -1,4 +1,5 @@ #include "backend.h" +#include "gl.h" namespace Msp { namespace GL { diff --git a/source/core/frameformat.cpp b/source/core/frameformat.cpp index e332689c..fefb3582 100644 --- a/source/core/frameformat.cpp +++ b/source/core/frameformat.cpp @@ -1,6 +1,5 @@ #include "error.h" #include "frameformat.h" -#include "gl.h" using namespace std; diff --git a/source/core/predicate.cpp b/source/core/predicate.cpp index 6337e174..a1953733 100644 --- a/source/core/predicate.cpp +++ b/source/core/predicate.cpp @@ -1,5 +1,4 @@ #include -#include "gl.h" #include "predicate.h" using namespace std; diff --git a/source/core/primitivetype.cpp b/source/core/primitivetype.cpp index ca03a67e..e52a87dc 100644 --- a/source/core/primitivetype.cpp +++ b/source/core/primitivetype.cpp @@ -1,5 +1,4 @@ #include -#include "gl.h" #include "primitivetype.h" using namespace std; diff --git a/source/core/stenciltest.cpp b/source/core/stenciltest.cpp index 2a1f0a84..db1a5c0e 100644 --- a/source/core/stenciltest.cpp +++ b/source/core/stenciltest.cpp @@ -1,6 +1,5 @@ #include #include -#include "gl.h" #include "stenciltest.h" using namespace std; -- 2.43.0