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
@@ -26,6 +26,7 @@
#include "lib/timer.h"
#include "lib/utf8.h"
#include "ps/CConsole.h"
#include "ps/CStrInternStatic.h"
#include "ps/Profile.h"
#include "ps/Pyrogenesis.h"
#include "renderer/Renderer.h"