Fix includes

This commit is contained in:
maride 2016-04-02 15:52:20 +02:00
parent 2b62e0647d
commit 4f61559d4f
3 changed files with 3 additions and 4 deletions

View File

@ -11,7 +11,7 @@
#include <stdlib.h>
#include <ctype.h>
#include "fileio.h"
#include "platform.h"
#include <AmbrosiaTools/platform.h>
#include "gamemem.h"
#include "error.h"
#include "parser.h"

View File

@ -28,7 +28,7 @@
#include "log.h"
#include <AmbrosiaTools/stdtypes.h>
#include "file_tool.h"
#include <AmbrosiaTools/file_tool.h>
#include "localtracker.h"
int IsInFront();

View File

@ -1,5 +1,5 @@
#include <OpenGL/gl.h>
#include <platform.h>
#include <AmbrosiaTools/platform.h>
#include <stdio.h>
#include <string.h>
#include <pthread.h>
@ -26,7 +26,6 @@
#include "text.h"
#include "GetPID.h"
#include "gamesound.h"
#include "reg_tool_3.h"
int gSystemSuspended=false;