Forgot to remove header includes
This commit is contained in:
parent
c392bcca90
commit
3980f859b7
|
@ -25,7 +25,6 @@
|
||||||
|
|
||||||
#include "declarations.h"
|
#include "declarations.h"
|
||||||
#include <framework/util/databuffer.h>
|
#include <framework/util/databuffer.h>
|
||||||
#include <client/position.h>
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
BINARYTREE_ESCAPE_CHAR = 0xFD,
|
BINARYTREE_ESCAPE_CHAR = 0xFD,
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#include "declarations.h"
|
#include "declarations.h"
|
||||||
#include <framework/luaengine/luaobject.h>
|
#include <framework/luaengine/luaobject.h>
|
||||||
#include <framework/util/databuffer.h>
|
#include <framework/util/databuffer.h>
|
||||||
#include <client/position.h>
|
|
||||||
#include <framework/util/point.h>
|
#include <framework/util/point.h>
|
||||||
|
|
||||||
struct PHYSFS_File;
|
struct PHYSFS_File;
|
||||||
|
|
|
@ -41,7 +41,6 @@ distribution.
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include <framework/const.h>
|
#include <framework/const.h>
|
||||||
#include <client/position.h>
|
|
||||||
#include <framework/stdext/cast.h>
|
#include <framework/stdext/cast.h>
|
||||||
#include <framework/stdext/string.h>
|
#include <framework/stdext/string.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue