summary refs log tree commit diff stats
path: root/src/common/util.c
diff options
context:
space:
mode:
authorTingPing <tingping@fedoraproject.org>2014-09-06 10:25:46 -0400
committerTingPing <tingping@tingping.se>2014-12-15 11:07:47 -0500
commita86b03e939391f3567cc644800e1b13dceda1139 (patch)
tree22f8b4dc6d2efe6b40fcceb65ee989e6c6318c22 /src/common/util.c
parent35fd47da5509e0a3e651a29810e668cb9f655db2 (diff)
Remove unused header
Diffstat (limited to 'src/common/util.c')
-rw-r--r--src/common/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c
index 764db841..ffaa61a2 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -31,7 +31,6 @@
 
 #ifdef WIN32
 #include <sys/timeb.h>
-#include <process.h>
 #include <io.h>
 #include <VersionHelpers.h>
 #else