1
0
forked from 0ad/0ad

Remove unneeded include.

That was a leftover from a previous iteration of the code.

This was SVN commit r20247.
This commit is contained in:
leper 2017-09-30 15:29:13 +00:00
parent 84674911cc
commit 8629b83ed9

View File

@ -23,7 +23,6 @@
#include "ps/CLogger.h"
#include "ps/Filesystem.h"
#include "ps/XML/Xeromyces.h"
#include "scriptinterface/ScriptConversions.h"
static const wchar_t TEMPLATE_ROOT[] = L"simulation/templates/";
static const wchar_t ACTOR_ROOT[] = L"art/actors/";