diff options
| author | 2012-05-08 18:00:53 +0200 | |
|---|---|---|
| committer | 2012-05-08 18:00:53 +0200 | |
| commit | f024951b488f248f9fddf5bdaa576f8209999630 (patch) | |
| tree | add5479aa2b90d6cba07e3c848506171066b26f4 /include/plist/Date.h | |
| parent | 728bb0de241ed6fa8694ad68c71287acc8af4241 (diff) | |
| download | libplist-f024951b488f248f9fddf5bdaa576f8209999630.tar.gz libplist-f024951b488f248f9fddf5bdaa576f8209999630.tar.bz2 | |
remove useless win32 include from plist/Date.h
Diffstat (limited to 'include/plist/Date.h')
| -rw-r--r-- | include/plist/Date.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/plist/Date.h b/include/plist/Date.h index 2ea830b..4aea507 100644 --- a/include/plist/Date.h +++ b/include/plist/Date.h | |||
| @@ -25,10 +25,6 @@ | |||
| 25 | #include <plist/Node.h> | 25 | #include <plist/Node.h> |
| 26 | #include <ctime> | 26 | #include <ctime> |
| 27 | 27 | ||
| 28 | #ifdef _WIN32 | ||
| 29 | #include <Winsock2.h> | ||
| 30 | #endif | ||
| 31 | |||
| 32 | namespace PList | 28 | namespace PList |
| 33 | { | 29 | { |
| 34 | 30 | ||
