diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-11 15:25:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-11 15:25:29 +0000 |
commit | e3fa7d021e4f37db40229a7c8f93296d4132e4db (patch) | |
tree | 1c50c08f7f92b8b08fd0b9b7df8ec8e7c8208dab /lib/strerror.c | |
parent | a1813e2b2d6e0e0fd07077ececa00dd3a3a617db (diff) | |
download | curl-e3fa7d021e4f37db40229a7c8f93296d4132e4db.tar.gz |
Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't
shadow our public headers with the former names.
Diffstat (limited to 'lib/strerror.c')
-rw-r--r-- | lib/strerror.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/strerror.c b/lib/strerror.c index f07e1df47..ae618c6e4 100644 --- a/lib/strerror.c +++ b/lib/strerror.c @@ -31,7 +31,6 @@ #include <idna.h> #endif -#include "multi.h" #include "strerror.h" #define _MPRINTF_REPLACE /* use our functions only */ |