From bf7ee94a2d93785157e8cc21e26722d72ab2f966 Mon Sep 17 00:00:00 2001
From: terminx <terminx@1a8010ca-5511-0410-912e-c29ae57300e0>
Date: Tue, 19 Mar 2019 17:09:16 +0000
Subject: [PATCH] Clean up polymost.cpp includes

git-svn-id: https://svn.eduke32.com/eduke32@7421 1a8010ca-5511-0410-912e-c29ae57300e0

# Conflicts:
#	source/build/src/polymost.cpp
---
 source/build/src/polymost.cpp | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/source/build/src/polymost.cpp b/source/build/src/polymost.cpp
index ae5a3a967..d4d943418 100644
--- a/source/build/src/polymost.cpp
+++ b/source/build/src/polymost.cpp
@@ -8,26 +8,14 @@ Ken Silverman's official web site: http://www.advsys.net/ken
 
 #ifdef USE_OPENGL
 
-#include "compat.h"
 #include "build.h"
-#include "glad/glad.h"
-#include "mdsprite.h"
-#include "pragmas.h"
-#include "baselayer.h"
-#include "osd.h"
-#include "engine_priv.h"
-#include "hightile.h"
-#include "polymost.h"
-#include "polymer.h"
-#include "cache1d.h"
-#include "kplib.h"
-#include "texcache.h"
 #include "common.h"
-#include "palette.h"
+#include "engine_priv.h"
+#include "kplib.h"
+#include "mdsprite.h"
+#include "polymost.h"
 #include "../../glbackend/glbackend.h"
 
-#include "vfs.h"
-
 extern char textfont[2048], smalltextfont[2048];
 
 bool playing_rr;