mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- removed templates.h includes.
This commit is contained in:
parent
b02a6a3ec9
commit
6e0fbb2043
84 changed files with 99 additions and 99 deletions
|
@ -43,7 +43,7 @@
|
|||
#include "texturemanager.h"
|
||||
#include "m_random.h"
|
||||
#include "v_font.h"
|
||||
#include "templates.h"
|
||||
|
||||
|
||||
extern FRandom pr_exrandom;
|
||||
FMemArena FxAlloc(65536);
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#include <float.h>
|
||||
#include "dobject.h"
|
||||
#include "templates.h"
|
||||
|
||||
#include "serializer.h"
|
||||
#include "types.h"
|
||||
#include "vm.h"
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include "dobject.h"
|
||||
#include "c_console.h"
|
||||
#include "templates.h"
|
||||
|
||||
#include "vmintern.h"
|
||||
#include "printf.h"
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "version.h"
|
||||
#include "zcc_parser.h"
|
||||
#include "zcc_compile.h"
|
||||
#include "templates.h"
|
||||
|
||||
|
||||
TArray<FString> Includes;
|
||||
TArray<FScriptPosition> IncludeLocs;
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "c_cvars.h"
|
||||
#include "c_bind.h"
|
||||
#include "c_dispatch.h"
|
||||
#include "templates.h"
|
||||
|
||||
#include "menu.h"
|
||||
#include "vm.h"
|
||||
#include "gstrings.h"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "v_text.h"
|
||||
#include "stats.h"
|
||||
#include "c_dispatch.h"
|
||||
#include "templates.h"
|
||||
|
||||
#include "vmintern.h"
|
||||
#include "types.h"
|
||||
#include "jit.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue