- 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

@ -36,7 +36,7 @@
#include <assert.h>
#include "mapinfo.h"
#include "g_mapinfo.h"
#include "templates.h"
#include "filesystem.h"
#include "cmdlib.h"
#include "v_video.h"

View file

@ -35,7 +35,7 @@
// HEADER FILES ------------------------------------------------------------
#include "templates.h"
#include "c_dispatch.h"
#include "filesystem.h"
#include "v_text.h"

View file

@ -15,7 +15,7 @@
#include "filesystem.h"
#include "zstring.h"
#include "palentry.h"
#include "templates.h"
enum
{

View file

@ -36,7 +36,7 @@
#include <assert.h>
#include "build.h"
#include "templates.h"
#include "statusbar.h"
#include "c_cvars.h"
#include "c_dispatch.h"