- removed all #include "compat.h" except the one in build.h

Still all compiles fine.
This commit is contained in:
Christoph Oelckers 2021-12-14 11:57:24 +01:00
parent e21f899989
commit 7daa501a4d
83 changed files with 3 additions and 85 deletions

View file

@ -14,7 +14,6 @@
#include "automap.h" #include "automap.h"
#include "imagehelpers.h" #include "imagehelpers.h"
#include "compat.h"
#include "engine_priv.h" #include "engine_priv.h"
#include "palette.h" #include "palette.h"
#include "gamecvars.h" #include "gamecvars.h"

View file

@ -2,7 +2,6 @@
#ifdef USE_OPENGL #ifdef USE_OPENGL
#include "compat.h"
#include "build.h" #include "build.h"
#include "engine_priv.h" #include "engine_priv.h"
#include "polymost.h" #include "polymost.h"

View file

@ -34,7 +34,6 @@
*/ */
#include "build.h" #include "build.h"
#include "compat.h"
#include "mdsprite.h" // md3model_t #include "mdsprite.h" // md3model_t
#include "buildtiles.h" #include "buildtiles.h"

View file

@ -1,7 +1,6 @@
#pragma once #pragma once
#include <stdint.h> #include <stdint.h>
#include "compat.h"
#include "printf.h" #include "printf.h"
#include "c_dispatch.h" #include "c_dispatch.h"
#include "tarray.h" #include "tarray.h"
@ -12,6 +11,7 @@
#include "m_joy.h" #include "m_joy.h"
#include "gamecvars.h" #include "gamecvars.h"
#include "packet.h" #include "packet.h"
#include "vectors.h"
struct ControlInfo struct ControlInfo

View file

@ -1,3 +1,4 @@
/*
#include <stddef.h> #include <stddef.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
@ -25,3 +26,4 @@
// The overall savings from PCHing them are more significant. // The overall savings from PCHing them are more significant.
#include "tarray.h" #include "tarray.h"
#include "zstring.h" #include "zstring.h"
*/

View file

@ -22,7 +22,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#pragma once #pragma once
#include "compat.h"
#include "common_game.h" #include "common_game.h"
#include "actor.h" #include "actor.h"
#include "db.h" #include "db.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "raze_sound.h" #include "raze_sound.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "compat.h"
#include "build.h" #include "build.h"
#include "v_font.h" #include "v_font.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "blood.h" #include "blood.h"
#include "filesystem.h" #include "filesystem.h"

View file

@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "build.h" #include "build.h"
#include "compat.h"
#include "g_input.h" #include "g_input.h"
#include "automap.h" #include "automap.h"

View file

@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "build.h" #include "build.h"
#include "compat.h"
#include "blood.h" #include "blood.h"
#include "choke.h" #include "choke.h"

View file

@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "build.h" #include "build.h"
#include "compat.h"
#include "c_bind.h" #include "c_bind.h"
#include "razemenu.h" #include "razemenu.h"
#include "gamestate.h" #include "gamestate.h"

View file

@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "build.h" #include "build.h"
#include "compat.h"
#include "common_game.h" #include "common_game.h"
#include "zstring.h" #include "zstring.h"
#include "m_crc32.h" #include "m_crc32.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "blood.h" #include "blood.h"
BEGIN_BLD_NS BEGIN_BLD_NS

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdlib.h> #include <stdlib.h>
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -21,7 +21,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#pragma once #pragma once
#include "compat.h"
#include "build.h" #include "build.h"
#include "version.h" #include "version.h"
#include "filesystem.h" #include "filesystem.h"

View file

@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "compat.h"
#include "build.h" #include "build.h"
#include "v_font.h" #include "v_font.h"

View file

@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "compat.h"
#include "blood.h" #include "blood.h"
#include "inifile.h" #include "inifile.h"

View file

@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdio.h> #include <stdio.h>
#include "build.h" #include "build.h"
#include "compat.h"
#include "blood.h" #include "blood.h"
#include "i_specialpaths.h" #include "i_specialpaths.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "build.h" #include "build.h"
#include "compat.h"
#include "gamecontrol.h" #include "gamecontrol.h"
#include "blood.h" #include "blood.h"

View file

@ -22,7 +22,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#pragma once #pragma once
#include "compat.h"
#include "build.h" #include "build.h"
#include "player.h" #include "player.h"

View file

@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "build.h" #include "build.h"
#include "compat.h"
#include "blood.h" #include "blood.h"
#include "mapinfo.h" #include "mapinfo.h"

View file

@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "automap.h" #include "automap.h"
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "actor.h" #include "actor.h"
#include "build.h" #include "build.h"
#include "common_game.h" #include "common_game.h"
#include "compat.h"
#include "globals.h" #include "globals.h"
#include "db.h" #include "db.h"
#include "dude.h" #include "dude.h"

View file

@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "compat.h"
#include "build.h" #include "build.h"
#include "v_font.h" #include "v_font.h"

View file

@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "build.h" #include "build.h"
#include "v_2ddrawer.h" #include "v_2ddrawer.h"
#include "compat.h"
#include "common_game.h" #include "common_game.h"
#include "v_draw.h" #include "v_draw.h"
#include "blood.h" #include "blood.h"

View file

@ -22,7 +22,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "blood.h" #include "blood.h"
#include "m_crc32.h" #include "m_crc32.h"

View file

@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "compat.h"
#include "build.h" #include "build.h"
#include "v_font.h" #include "v_font.h"

View file

@ -22,7 +22,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <string.h> #include <string.h>
#include "build.h" #include "build.h"
#include "compat.h"
#include "blood.h" #include "blood.h"
#include "raze_sound.h" #include "raze_sound.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "build.h" #include "build.h"
#include "compat.h"
#include "blood.h" #include "blood.h"
#include "raze_music.h" #include "raze_music.h"
#include "raze_sound.h" #include "raze_sound.h"

View file

@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <random> #include <random>
#include "build.h" #include "build.h"
#include "compat.h"
#include "blood.h" #include "blood.h"
#include "misc.h" #include "misc.h"

View file

@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "compat.h"
#include "build.h" #include "build.h"
#include "v_font.h" #include "v_font.h"

View file

@ -21,7 +21,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#pragma once #pragma once
#include "compat.h"
#include "build.h" #include "build.h"
#include "palette.h" #include "palette.h"
#include "common_game.h" #include "common_game.h"

View file

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "build.h" #include "build.h"
#include "compat.h"
#include "blood.h" #include "blood.h"

View file

@ -25,7 +25,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "compat.h"
#include "build.h" #include "build.h"
#include "blood.h" #include "blood.h"

View file

@ -2,9 +2,6 @@
#include "build.h" #include "build.h"
#include "compat.h"
#include "polymost.h" #include "polymost.h"
#include "gamecvars.h" #include "gamecvars.h"
#include "razemenu.h" #include "razemenu.h"

View file

@ -1,7 +1,6 @@
#pragma once #pragma once
#include "build.h" #include "build.h"
#include "compat.h"
#include "duke3d.h" #include "duke3d.h"
#include "quotemgr.h" #include "quotemgr.h"
#include "sounds.h" #include "sounds.h"

View file

@ -35,7 +35,6 @@ source as it is released.
#include "v_font.h" #include "v_font.h"
#include "duke3d.h" #include "duke3d.h"
#include "compat.h"
#include "v_draw.h" #include "v_draw.h"
#include "texturemanager.h" #include "texturemanager.h"
#include "mapinfo.h" #include "mapinfo.h"

View file

@ -35,7 +35,6 @@ source as it is released.
#include "ns.h" // Must come before everything else! #include "ns.h" // Must come before everything else!
#include "compat.h"
#include "g_input.h" #include "g_input.h"
#include "duke3d.h" #include "duke3d.h"

View file

@ -16,7 +16,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "compat.h"
#include "build.h" #include "build.h"
#include "exhumed.h" #include "exhumed.h"
#include "names.h" #include "names.h"

View file

@ -18,7 +18,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#pragma once #pragma once
#include "compat.h"
#include "freelistarray.h" #include "freelistarray.h"
#include "exhumedactor.h" #include "exhumedactor.h"

View file

@ -17,7 +17,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "build.h" #include "build.h"
#include "compat.h"
#include "engine.h" #include "engine.h"
#include "sound.h" #include "sound.h"
#include "exhumed.h" #include "exhumed.h"

View file

@ -17,7 +17,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "automap.h" #include "automap.h"
#include "compat.h"
#include "engine.h" #include "engine.h"
#include "exhumed.h" #include "exhumed.h"
#include "sequence.h" #include "sequence.h"

View file

@ -18,7 +18,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#pragma once #pragma once
#include "compat.h"
#include "build.h" #include "build.h"
BEGIN_PS_NS BEGIN_PS_NS

View file

@ -16,7 +16,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "compat.h"
#include "engine.h" #include "engine.h"
#include "exhumed.h" #include "exhumed.h"
#include "sequence.h" #include "sequence.h"

View file

@ -18,7 +18,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#pragma once #pragma once
#include "compat.h"
#include "v_text.h" #include "v_text.h"
#include "printf.h" #include "printf.h"
#include "gamecvars.h" #include "gamecvars.h"

View file

@ -16,7 +16,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "compat.h"
#include "engine.h" #include "engine.h"
#include "exhumed.h" #include "exhumed.h"
#include "sequence.h" #include "sequence.h"

View file

@ -17,7 +17,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "automap.h" #include "automap.h"
#include "compat.h"
#include "aistuff.h" #include "aistuff.h"
#include "player.h" #include "player.h"
#include "view.h" #include "view.h"

View file

@ -18,7 +18,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#pragma once #pragma once
#include "compat.h"
#include "packet.h" #include "packet.h"
BEGIN_PS_NS BEGIN_PS_NS

View file

@ -16,7 +16,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "compat.h"
#include "build.h" #include "build.h"
#include "exhumed.h" #include "exhumed.h"
#include "aistuff.h" #include "aistuff.h"

View file

@ -20,7 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "compat.h"
#include "build.h" #include "build.h"
#include "exhumed.h" #include "exhumed.h"
#include "player.h" #include "player.h"

View file

@ -16,7 +16,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "compat.h"
#include "player.h" #include "player.h"
#include "aistuff.h" #include "aistuff.h"
#include "exhumed.h" #include "exhumed.h"

View file

@ -18,7 +18,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#pragma once #pragma once
#include "compat.h"
#include "gamecontrol.h" #include "gamecontrol.h"
#include "gameinput.h" #include "gameinput.h"

View file

@ -18,7 +18,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#pragma once #pragma once
#include "compat.h"
BEGIN_PS_NS BEGIN_PS_NS

View file

@ -16,7 +16,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "compat.h"
#include "build.h" #include "build.h"
#include "engine.h" #include "engine.h"
#include "exhumed.h" #include "exhumed.h"

View file

@ -16,7 +16,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "compat.h"
#include "engine.h" #include "engine.h"
#include "gamefuncs.h" #include "gamefuncs.h"
#include "names.h" #include "names.h"

View file

@ -37,7 +37,6 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
#endif #endif
#include "build.h" #include "build.h"
#include "compat.h"
#include "d_net.h" #include "d_net.h"
#include "mytypes.h" #include "mytypes.h"

View file

@ -26,8 +26,6 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
#include "ns.h" #include "ns.h"
#include "compat.h"
#include "game.h" #include "game.h"
#include "interpso.h" #include "interpso.h"
#include "serializer.h" #include "serializer.h"

View file

@ -28,7 +28,6 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
#define TYPES_H #define TYPES_H
#include "compat.h"
#define OFF 0 #define OFF 0

View file

@ -23,7 +23,6 @@
#include "ns.h" #include "ns.h"
#include "compat.h"
#include "tarray.h" #include "tarray.h"
#include "debugbreak.h" #include "debugbreak.h"
BEGIN_SW_NS BEGIN_SW_NS

View file

@ -24,7 +24,6 @@
#ifndef SAVEABLE_H #ifndef SAVEABLE_H
#define SAVEABLE_H #define SAVEABLE_H
#include "compat.h"
struct saveable_code struct saveable_code
{ {

View file

@ -25,7 +25,6 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
*/ */
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
#include "ns.h" #include "ns.h"
#include "compat.h"
#include "build.h" #include "build.h"
#include "names2.h" #include "names2.h"