mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 08:51:08 +00:00
- removed templates.h includes.
This commit is contained in:
parent
b02a6a3ec9
commit
6e0fbb2043
84 changed files with 99 additions and 99 deletions
|
@ -34,7 +34,7 @@
|
|||
*/
|
||||
|
||||
#include "files.h"
|
||||
#include "templates.h" // just for 'clamp'
|
||||
// just for 'clamp'
|
||||
#include "zstring.h"
|
||||
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include <stdexcept>
|
||||
|
||||
#include "files.h"
|
||||
#include "templates.h"
|
||||
|
||||
#include "zstring.h"
|
||||
#include "cmdlib.h"
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "files.h"
|
||||
#include "filesystem.h"
|
||||
#include "printf.h"
|
||||
#include "templates.h"
|
||||
|
||||
#include "m_png.h"
|
||||
|
||||
/****************************/
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "templates.h"
|
||||
|
||||
#include "r_memory.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#include "cmdlib.h"
|
||||
#include "s_playlist.h"
|
||||
#include "templates.h"
|
||||
|
||||
#include "v_text.h"
|
||||
#include "files.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue