HomeWildfire Games

Clean up header includes, add new forward declarations.

Description

Clean up header includes, add new forward declarations.

This cleans up many un-necessary header includes, either simply providing nothing or forward declarations in their place.

No major compilation time change here, though this does reduce depencies in some headers.

Also fix up old MacOS STL-include fixes that are no longer relevant.

Differential Revision: https://code.wildfiregames.com/D3128

Event Timeline

Stan added a subscriber: Stan.Nov 21 2020, 5:26 PM

Missing #include <map> in LongPathfinder.h

/ps/trunk/source/graphics/SkeletonAnimDef.cpp
24

#include "ps/CStr.h"

/ps/trunk/source/ps/XML/XMLWriter.h
19

Doesn't compile on windows

/ps/trunk/source/simulation2/helpers/HierarchicalPathfinder.h
26

#include <map>
#include <set>