From 08a0c82768cfd75fd00c1cba5c204124fe4a2b8e Mon Sep 17 00:00:00 2001 From: maride Date: Mon, 4 Apr 2016 17:08:13 +0200 Subject: [PATCH] Fix includes --- source/macscreen.cpp | 1 + source/mactexturesimport.cpp | 2 ++ source/network_NT.cpp | 5 ++--- source/networkphysics.cpp | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/source/macscreen.cpp b/source/macscreen.cpp index e5d7e84..8a1d1da 100644 --- a/source/macscreen.cpp +++ b/source/macscreen.cpp @@ -2,6 +2,7 @@ //mac-specific code to access the screen device #include #include +#include #include "screen.h" #include "config.h" #include "error.h" diff --git a/source/mactexturesimport.cpp b/source/mactexturesimport.cpp index 873705d..6aee8f9 100644 --- a/source/mactexturesimport.cpp +++ b/source/mactexturesimport.cpp @@ -3,6 +3,8 @@ #include #include +#include +#include #include #include "fileio.h" #include "error.h" diff --git a/source/network_NT.cpp b/source/network_NT.cpp index dc1b4b3..46de4e7 100644 --- a/source/network_NT.cpp +++ b/source/network_NT.cpp @@ -1,7 +1,7 @@ //network.cpp //basic game hosting/joining and message sending code based on Network_Tool -#include +#include #include #include #include "gametime.h" @@ -14,11 +14,10 @@ #include "carphysics.h" #include "interfaceutil.h" #include "gamemem.h" -#include "Reggie.h" +#include #include "gamesystem.h" #include "interfacemultiplayer.h" #include "initexit.h" -#include "reg_tool_3.h" extern ReggieRef gReggieRef; extern int gReggieConnected; diff --git a/source/networkphysics.cpp b/source/networkphysics.cpp index 3bc5990..7ab838b 100644 --- a/source/networkphysics.cpp +++ b/source/networkphysics.cpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include "network.h" #include "entities.h" #include "vectors.h"