summaryrefslogtreecommitdiff
path: root/src/account-server/account.hpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-06 19:15:03 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-06 19:15:03 +0100
commitc289737b405928aaeb329633fad377a19bc2e7ed (patch)
tree320da1315144ce7259cba0c988de8d400e142c5c /src/account-server/account.hpp
parent232792634184759eec072782be875cb0f31b7247 (diff)
downloadmanaserv-c289737b405928aaeb329633fad377a19bc2e7ed.tar.gz
manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.tar.bz2
manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.tar.xz
manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.zip
Removed "TMW" and "TMWSERV" from header guards
Diffstat (limited to 'src/account-server/account.hpp')
-rw-r--r--src/account-server/account.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/account-server/account.hpp b/src/account-server/account.hpp
index 71575d78..a8e1ee21 100644
--- a/src/account-server/account.hpp
+++ b/src/account-server/account.hpp
@@ -18,8 +18,8 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_ACCOUNT_H_
-#define _TMWSERV_ACCOUNT_H_
+#ifndef ACCOUNT_H
+#define ACCOUNT_H
#include <string>
#include <vector>
@@ -212,4 +212,4 @@ class Account
typedef std::vector< Account * > Accounts;
-#endif // _TMWSERV_ACCOUNT_H_
+#endif // ACCOUNT_H