aboutsummaryrefslogtreecommitdiff
path: root/lib/strerror.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-11 15:25:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-11 15:25:29 +0000
commite3fa7d021e4f37db40229a7c8f93296d4132e4db (patch)
tree1c50c08f7f92b8b08fd0b9b7df8ec8e7c8208dab /lib/strerror.c
parenta1813e2b2d6e0e0fd07077ececa00dd3a3a617db (diff)
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.c1
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 */