Include CStrInternStatic where necessary only.

This makes incremental recompilation faster when changing static
interned strings.

Differential Revision: https://code.wildfiregames.com/D3975
This was SVN commit r25457.
This commit is contained in:
wraitii
2021-05-18 11:09:54 +00:00
parent 3939e0f035
commit 0c23e595fa
38 changed files with 55 additions and 18 deletions
+1
View File
@@ -37,6 +37,7 @@
#include "network/NetClient.h"
#include "network/NetServer.h"
#include "ps/CLogger.h"
#include "ps/CStrInternStatic.h"
#include "ps/Filesystem.h"
#include "ps/GameSetup/Config.h"
#include "ps/Globals.h"