diff --git a/src/Makefile.am b/src/Makefile.am index d9d0bb58d..dda9f4ae3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -188,7 +188,6 @@ warzone_SOURCES = \ intfac.h \ intimage.h \ intorder.h \ - ivis02.h \ keybind.h \ keyedit.h \ keymap.h \ diff --git a/src/game.c b/src/game.c index 71e2948dd..61747006c 100644 --- a/src/game.c +++ b/src/game.c @@ -10,7 +10,9 @@ /* Warzone src and library headers */ #include "lib/framework/frame.h" #include "lib/framework/frameint.h" -#include "ivis02.h" +#include "lib/ivis_common/ivisdef.h" +#include "lib/ivis_common/rendmode.h" +#include "lib/ivis_common/piestate.h" #include "lib/script/script.h" #include "lib/gamelib/gtime.h" #include "map.h" @@ -32,7 +34,6 @@ #include "effects.h" #include "init.h" #include "mission.h" -#include "lib/ivis_common/piestate.h" #include "scores.h" #include "audio_id.h" #include "anim_id.h" diff --git a/src/ivis02.h b/src/ivis02.h deleted file mode 100644 index 7db2f28a9..000000000 --- a/src/ivis02.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Ivis02.h - * - * A header file that groups together all the ivis02 header files - * - */ -#ifndef _ivis02_h -#define _ivis02_h - -/* Includes direct access to render modes */ -#include "lib/ivis_common/ivisdef.h" -#include "lib/ivis_common/rendmode.h" -//#include "geo.h" -//#include "bug.h" -//#include "pal.h" -//#include "imd.h" -//#include "pcx.h" -//#include "ivisheap.h" -//#include "tex.h" -#endif //_ivis02_h -