Drop unnecessary includes

This commit is contained in:
Kp 2021-02-20 23:46:51 +00:00
parent 9aab870cad
commit 6a425bb2a7
2 changed files with 0 additions and 2 deletions

View file

@ -28,7 +28,6 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include <SDL_version.h>
#include <type_traits>
#include "pstypes.h"
//#include "vecmat.h"
#ifdef __cplusplus
#include "dxxsconf.h"

View file

@ -40,7 +40,6 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "physfsx.h"
#include "gamemine.h"
#include "gamesave.h"
#include "ui.h" // Because texpage.h need UI_DIALOG type
#include "switch.h"
#include "fuelcen.h"