diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-10-06 11:06:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-10-06 11:06:20 +0000 |
commit | 2918836cefdeec94ac8cb2cd7e25199230e3f847 (patch) | |
tree | e73ecb50e43b35a45ed9167ba3d88962d136d329 | |
parent | b900318d8d45a5ea1f8522d7714d55a2c61cc4a7 (diff) |
removed include "writeout.h"
-rw-r--r-- | lib/highlevel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/highlevel.c b/lib/highlevel.c index 9c1a36c4f..3e5403034 100644 --- a/lib/highlevel.c +++ b/lib/highlevel.c @@ -107,7 +107,6 @@ #include "getpass.h" #include "progress.h" #include "getdate.h" -#include "writeout.h" #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> |