Commit 7fade6c63a3b1bb5cab1a312d81b2b1d4b3321f2

schu 2011-08-17T12:14:12

unix/posix.h: remove redundant include Signed-off-by: schu <schu-github@schulog.org>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/unix/posix.h b/src/unix/posix.h
index 16daf15..8eebbd4 100644
--- a/src/unix/posix.h
+++ b/src/unix/posix.h
@@ -1,7 +1,6 @@
 #ifndef INCLUDE_posix__w32_h__
 #define INCLUDE_posix__w32_h__
 
-#include "common.h"
 #include <fnmatch.h>
 
 #define p_lstat(p,b) lstat(p,b)