unix/posix.h: remove redundant include

Signed-off-by: schu <schu-github@schulog.org>
This commit is contained in:
schu 2011-08-17 12:14:12 +02:00
parent ec5b158996
commit 7fade6c63a

View File

@ -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)