summaryrefslogtreecommitdiff
path: root/src/game-server/attribute.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-03-19 11:50:45 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-03-20 15:09:09 +0100
commit5b3c4a585b211b03fb2999cddd2558e030ed5c0e (patch)
treee05fda21af7b57d0747aa1cf0371b5591a415234 /src/game-server/attribute.h
parent1f078e246ff03587e3ead220cac17bf343fb3328 (diff)
downloadmanaserv-5b3c4a585b211b03fb2999cddd2558e030ed5c0e.tar.gz
manaserv-5b3c4a585b211b03fb2999cddd2558e030ed5c0e.tar.bz2
manaserv-5b3c4a585b211b03fb2999cddd2558e030ed5c0e.tar.xz
manaserv-5b3c4a585b211b03fb2999cddd2558e030ed5c0e.zip
Moved defines.h and manaserv_protocol.h into 'common'
Just seems a bit more organized to me.
Diffstat (limited to 'src/game-server/attribute.h')
-rw-r--r--src/game-server/attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/attribute.h b/src/game-server/attribute.h
index 85254437..2725fad3 100644
--- a/src/game-server/attribute.h
+++ b/src/game-server/attribute.h
@@ -21,7 +21,7 @@
#ifndef ATTRIBUTE_H
#define ATTRIBUTE_H
-#include "defines.h"
+#include "common/defines.h"
#include <vector>
#include <list>