From 196c1c0bffa8bb594ff0a7442748030f47cc9c58 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sun, 14 Nov 2010 13:18:14 +0100 Subject: Renamed .hpp files into .h for consistency. Also added an header to the autoattack.{h,cpp} files. Big but trivial fix. --- src/account-server/storage.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/account-server/storage.cpp') diff --git a/src/account-server/storage.cpp b/src/account-server/storage.cpp index e741875d..feb5922f 100644 --- a/src/account-server/storage.cpp +++ b/src/account-server/storage.cpp @@ -21,19 +21,19 @@ #include #include -#include "account-server/storage.hpp" +#include "account-server/storage.h" #include "point.h" -#include "account-server/account.hpp" -#include "chat-server/chatchannel.hpp" -#include "chat-server/guild.hpp" -#include "chat-server/post.hpp" -#include "common/configuration.hpp" +#include "account-server/account.h" +#include "chat-server/chatchannel.h" +#include "chat-server/guild.h" +#include "chat-server/post.h" +#include "common/configuration.h" #include "dal/dalexcept.h" #include "dal/dataproviderfactory.h" #include "utils/functors.h" #include "utils/logger.h" -#include "utils/xml.hpp" +#include "utils/xml.h" static const char *DEFAULT_ITEM_FILE = "items.xml"; -- cgit v1.2.3-60-g2f50