ZVISION: Remove superfluous spacing and reorder some includes

This commit is contained in:
Filippos Karapetis 2014-12-03 01:12:35 +02:00
parent 7976a34bbf
commit 2a4a6df5f2
80 changed files with 5 additions and 136 deletions

View file

@ -31,7 +31,6 @@
#include "common/queue.h"
#include "common/events.h"
namespace Common {
class String;
class SeekableReadStream;
@ -340,7 +339,6 @@ private:
ScriptManager *_scriptManager;
};
} // End of namespace ZVision
#endif