diff options
Diffstat (limited to 'src/common/sysinfo.c')
-rw-r--r-- | src/common/sysinfo.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/common/sysinfo.c b/src/common/sysinfo.c index 7edc5c72e..33ffc43f3 100644 --- a/src/common/sysinfo.c +++ b/src/common/sysinfo.c @@ -8,14 +8,13 @@ #include "sysinfo.h" +#include "common/cbasetypes.h" +#include "common/core.h" +#include "common/malloc.h" +#include "common/strlib.h" + #include <stdio.h> // fopen #include <stdlib.h> // atoi - -#include "../common/cbasetypes.h" -#include "../common/core.h" -#include "../common/malloc.h" -#include "../common/strlib.h" - #ifdef WIN32 # include <string.h> // strlen # include <windows.h> |