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 */