diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-14 15:58:02 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-14 15:58:02 +0000 |
commit | 2a585c2fba45363d1a43637dedbadb16be2ff17b (patch) | |
tree | 59588b133a2e722c9ef986bc883de92bb1636c25 /lib/config.dos | |
parent | 32a83128e63b723c10b5f914de11ef6a94bc5956 (diff) | |
download | curl-2a585c2fba45363d1a43637dedbadb16be2ff17b.tar.gz |
Remove duplicate file inclusions. These are already done in lib/setup.h
and lib/setup_once.h
Diffstat (limited to 'lib/config.dos')
-rw-r--r-- | lib/config.dos | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/config.dos b/lib/config.dos index 5cf4863eb..0e4998336 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -133,10 +133,6 @@ #define HAVE_SYS_TIME_H 1 #endif -#include <stdlib.h> -#include <string.h> -#include <tcp.h> /* Watt-32 API */ - #undef word #undef byte |