From 6167697dced0c996142de886b52c3e9a119537a2 Mon Sep 17 00:00:00 2001 From: Cloudwalk Date: Tue, 25 May 2021 16:15:04 -0400 Subject: [PATCH] vpk: Include stdint.h only --- vpk.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, -- 2.39.2