From fb04f4ef9162f58f494cf4323cf3dc66b2f3d4ac Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Tue, 9 Nov 2021 13:18:17 +0200 Subject: [PATCH] Remove obsolete includes --- demos/desertpillars/source/desertpillars.cpp | 1 - source/core/frameformat.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/demos/desertpillars/source/desertpillars.cpp b/demos/desertpillars/source/desertpillars.cpp index 532a9499..dd801e29 100644 --- a/demos/desertpillars/source/desertpillars.cpp +++ b/demos/desertpillars/source/desertpillars.cpp @@ -4,7 +4,6 @@ #include #include #include -#include #include #include #include "desertpillars.h" diff --git a/source/core/frameformat.cpp b/source/core/frameformat.cpp index 7fe17933..e332689c 100644 --- a/source/core/frameformat.cpp +++ b/source/core/frameformat.cpp @@ -1,4 +1,3 @@ -#include "deviceinfo.h" #include "error.h" #include "frameformat.h" #include "gl.h" -- 2.43.0