From: Cloudwalk Date: Tue, 25 May 2021 20:15:04 +0000 (-0400) Subject: vpk: Include stdint.h only X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=6167697dced0c996142de886b52c3e9a119537a2 vpk: Include stdint.h only --- diff --git a/vpk.h b/vpk.h index 7e572a93..e02dff8a 100644 --- a/vpk.h +++ b/vpk.h @@ -21,8 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef VPK_H #define VPK_H -#include "qtypes.h" -#include "qdefs.h" +#include /* * The VPK format is Valve's package format for Source engine games,