Remove unused imports. Thanks CLion.

This should improve compilation times.
This commit is contained in:
Erik Ogenvik 2017-03-11 00:19:16 +01:00
parent a15b5451f8
commit 66cd3ad4b5
257 changed files with 2 additions and 843 deletions

View file

@ -24,8 +24,6 @@ distribution.
#define FROM_TINYXML
#include <ctype.h>
#ifdef TIXML_USE_STL
#include <sstream>
#include <iostream>