From 7fade6c63a3b1bb5cab1a312d81b2b1d4b3321f2 Mon Sep 17 00:00:00 2001 From: schu Date: Wed, 17 Aug 2011 12:14:12 +0200 Subject: [PATCH] unix/posix.h: remove redundant include Signed-off-by: schu --- src/unix/posix.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/unix/posix.h b/src/unix/posix.h index 16daf15bd..8eebbd4d8 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 #define p_lstat(p,b) lstat(p,b)