diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-03-06 00:26:05 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-03-06 00:26:05 +0000 |
commit | 1941e274acd375ff70fd09a9d458755d2a82e66e (patch) | |
tree | 0c159d8d9da64267b7ca56397c775d256cc780e6 /src/accounthandler.cpp | |
parent | 54fa93b126ce6f2ed5ec24b134fe367fa5bc5c87 (diff) | |
download | manaserv-1941e274acd375ff70fd09a9d458755d2a82e66e.tar.gz manaserv-1941e274acd375ff70fd09a9d458755d2a82e66e.tar.bz2 manaserv-1941e274acd375ff70fd09a9d458755d2a82e66e.tar.xz manaserv-1941e274acd375ff70fd09a9d458755d2a82e66e.zip |
Cleaned up unnecessary header dependencies and fixed some indentations.
Diffstat (limited to 'src/accounthandler.cpp')
-rw-r--r-- | src/accounthandler.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/accounthandler.cpp b/src/accounthandler.cpp index a0f6828a..90327118 100644 --- a/src/accounthandler.cpp +++ b/src/accounthandler.cpp @@ -22,12 +22,16 @@ */ #include "accounthandler.h" + +#include "account.h" +#include "configuration.h" #include "connectionhandler.h" #include "debug.h" #include "storage.h" -#include "account.h" +#include "messagein.h" #include "messageout.h" -#include "configuration.h" +#include "netcomputer.h" + #include "utils/logger.h" #include "utils/stringfilter.h" |