projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f16b7
)
vpk: Include stdint.h only
author
Cloudwalk <cloudwalk009@gmail.com>
Tue, 25 May 2021 20:15:04 +0000
(16:15 -0400)
committer
Cloudwalk <cloudwalk009@gmail.com>
Tue, 25 May 2021 20:15:04 +0000
(16:15 -0400)
vpk.h
patch
|
blob
|
history
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,