From 4149ab6e5fa9d8b85ba5ec27a160a771e6ef0fe7 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 19 Apr 2015 04:18:51 +0000 Subject: [PATCH] Reduce gameseq.h includes --- common/main/gameseq.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/common/main/gameseq.h b/common/main/gameseq.h index b69335a96..830ebe7bc 100644 --- a/common/main/gameseq.h +++ b/common/main/gameseq.h @@ -23,12 +23,9 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. * */ - -#ifndef _GAMESEQ_H -#define _GAMESEQ_H +#pragma once #include "player.h" -#include "mission.h" #ifdef __cplusplus #include "fwdobject.h" @@ -124,5 +121,3 @@ void copy_defaults_to_robot(vobjptr_t objp); void init_player_stats_new_ship(ubyte pnum); #endif - -#endif /* _GAMESEQ_H */