]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
vpk: Include stdint.h only
authorCloudwalk <cloudwalk009@gmail.com>
Tue, 25 May 2021 20:15:04 +0000 (16:15 -0400)
committerCloudwalk <cloudwalk009@gmail.com>
Tue, 25 May 2021 20:15:04 +0000 (16:15 -0400)
vpk.h

diff --git a/vpk.h b/vpk.h
index 7e572a930332c2b8157f4ad206b6bc5dfb9b5cb6..e02dff8aa1b4555740f3dd84b96c25ba271811bf 100644 (file)
--- 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 <stdint.h>
 
 /*
  * The VPK format is Valve's package format for Source engine games,