- removed templates.h includes.

This commit is contained in:
Christoph Oelckers 2021-10-30 10:51:03 +02:00
parent b02a6a3ec9
commit 6e0fbb2043
84 changed files with 99 additions and 99 deletions

View file

@ -34,7 +34,7 @@
#include "animtexture.h"
#include "bitmap.h"
#include "texturemanager.h"
#include "templates.h"
//==========================================================================
//

View file

@ -37,7 +37,7 @@
#define __BITMAP_H__
#include "basics.h"
#include "templates.h"
#include "palentry.h"
struct FCopyInfo;

View file

@ -35,7 +35,7 @@
*/
#include "files.h"
#include "templates.h"
#include "m_png.h"
#include "bitmap.h"
#include "imagehelpers.h"

View file

@ -35,7 +35,7 @@
#include "files.h"
#include "filesystem.h"
#include "templates.h"
#include "bitmap.h"
#include "imagehelpers.h"
#include "image.h"

View file

@ -37,7 +37,7 @@
#include "printf.h"
#include "files.h"
#include "filesystem.h"
#include "templates.h"
#include "textures.h"
#include "bitmap.h"
#include "colormatcher.h"

View file

@ -35,7 +35,7 @@
#include "files.h"
#include "filesystem.h"
#include "templates.h"
#include "bitmap.h"
#include "image.h"
#include "textures.h"

View file

@ -37,7 +37,7 @@
#include "printf.h"
#include "files.h"
#include "filesystem.h"
#include "templates.h"
#include "textures.h"
#include "bitmap.h"
#include "colormatcher.h"

View file

@ -37,7 +37,7 @@
#include "filesystem.h"
#include "printf.h"
#include "c_cvars.h"
#include "templates.h"
#include "gstrings.h"
#include "textures.h"
#include "texturemanager.h"