- 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 "files.h"
#include "templates.h" // just for 'clamp'
// just for 'clamp'
#include "zstring.h"

View file

@ -42,7 +42,7 @@
#include <stdexcept>
#include "files.h"
#include "templates.h"
#include "zstring.h"
#include "cmdlib.h"

View file

@ -39,7 +39,7 @@
#include "files.h"
#include "filesystem.h"
#include "printf.h"
#include "templates.h"
#include "m_png.h"
/****************************/

View file

@ -21,7 +21,7 @@
*/
#include <stdlib.h>
#include "templates.h"
#include "r_memory.h"
#include <stdlib.h>

View file

@ -37,7 +37,7 @@
#include "cmdlib.h"
#include "s_playlist.h"
#include "templates.h"
#include "v_text.h"
#include "files.h"