diff options
Diffstat (limited to 'src/common/showmsg.c')
-rw-r--r-- | src/common/showmsg.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/common/showmsg.c b/src/common/showmsg.c index f56c66525..34338da4b 100644 --- a/src/common/showmsg.c +++ b/src/common/showmsg.c @@ -1,16 +1,17 @@ // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder +#include "../common/cbasetypes.h" +#include "../common/utils.h" +#include "showmsg.h" + #include <stdio.h> #include <string.h> #include <stdarg.h> #include <time.h> #include <stdlib.h> // atexit -#include "cbasetypes.h" -#include "showmsg.h" -#include "utils.h" -#ifdef _WIN32 +#ifdef WIN32 #define WIN32_LEAN_AND_MEAN #include <windows.h> |