summaryrefslogtreecommitdiff
path: root/src/common/showmsg.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-16 20:28:18 +0100
committerHaru <haru@dotalux.com>2016-02-17 10:40:45 +0100
commit1d2eb6d23519a971db0646a146152fc6f79350f1 (patch)
tree47d24a43925e95aea6acb8ff321cb9543600fda4 /src/common/showmsg.c
parent10908446738f6e425de6e8fa50e8f91eb30c0478 (diff)
downloadhercules-1d2eb6d23519a971db0646a146152fc6f79350f1.tar.gz
hercules-1d2eb6d23519a971db0646a146152fc6f79350f1.tar.bz2
hercules-1d2eb6d23519a971db0646a146152fc6f79350f1.tar.xz
hercules-1d2eb6d23519a971db0646a146152fc6f79350f1.zip
Replaced some now unnecessary includes with forward declarations in header files
Added some forgotten <stdio.h> and "common/conf.h" includes to .c files, that were previously masked by the above. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/showmsg.c')
-rw-r--r--src/common/showmsg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/showmsg.c b/src/common/showmsg.c
index 9e2ff9898..4d4c72b42 100644
--- a/src/common/showmsg.c
+++ b/src/common/showmsg.c
@@ -23,11 +23,10 @@
#include "showmsg.h"
#include "common/cbasetypes.h"
+#include "common/conf.h"
#include "common/core.h" //[Ind] - For SERVER_TYPE
#include "common/strlib.h" // StringBuf
-#include <libconfig/libconfig.h>
-
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h> // atexit