From 714fd3624157266dd85c38e0ed7392503fa595c2 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 19 Apr 2015 04:18:51 +0000 Subject: [PATCH] Reduce gamemine.h includes --- common/main/gamemine.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/common/main/gamemine.h b/common/main/gamemine.h index b455e1621..d321306a2 100644 --- a/common/main/gamemine.h +++ b/common/main/gamemine.h @@ -23,13 +23,10 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. * */ - -#ifndef _GAMEMINE_H -#define _GAMEMINE_H +#pragma once #include #include "maths.h" -#include "vecmat.h" #define TMAP_NUM_MASK 0x3FFF @@ -152,5 +149,3 @@ extern int d1_tmap_num_unique(short d1_tmap_num); //is d1_tmap_num's texture onl #endif #endif - -#endif /* _GAMEMINE_H */