unix/posix.h: remove redundant include Signed-off-by: schu <schu-github@schulog.org>
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)