]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vpk.h
common: Move infostring functions to new com_infostring.c
[xonotic/darkplaces.git] / vpk.h
diff --git a/vpk.h b/vpk.h
index 7e572a930332c2b8157f4ad206b6bc5dfb9b5cb6..3490766f23227fd7195e8d3c3d7c7702cbb44de8 100644 (file)
--- a/vpk.h
+++ b/vpk.h
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2021 David Knapp (Cloudwalk)
+Copyright (C) 2020-2021 David Knapp (Cloudwalk)
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -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,