diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-01-02 17:35:56 -0600 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-01-02 17:35:56 -0600 |
commit | ec8a40d2381014ad2e72b5da0e6357a85f078f9f (patch) | |
tree | 8c70685e97abf9a3729dfab2db22dd7768f2a071 /src/fcstr.c | |
parent | 5c0a4f2726fd1440bf3ec4bb375e5e4d146bd989 (diff) |
Fix build and warnings on win32
Diffstat (limited to 'src/fcstr.c')
-rw-r--r-- | src/fcstr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fcstr.c b/src/fcstr.c index 34093a05..cdab3839 100644 --- a/src/fcstr.c +++ b/src/fcstr.c @@ -29,9 +29,6 @@ #ifdef HAVE_REGEX_H #include <regex.h> #endif -#ifdef _WIN32 -#include <windows.h> -#endif /* Objects MT-safe for readonly access. */ |