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
@@ -29,6 +29,7 @@
#include "lib/ogl.h"
#include "maths/MathUtil.h"
#include "maths/Quaternion.h"
#include "ps/CStrInternStatic.h"
#include "ps/Game.h"
#include "ps/Profile.h"
#include "renderer/DebugRenderer.h"