]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vpk.h
vpk: Include stdint.h only
[xonotic/darkplaces.git] / 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,