summaryrefslogtreecommitdiff
path: root/lib/curlx.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curlx.h')
-rw-r--r--lib/curlx.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/curlx.h b/lib/curlx.h
index dffda1ddd..087e2ae86 100644
--- a/lib/curlx.h
+++ b/lib/curlx.h
@@ -29,11 +29,6 @@
* be.
*/
-#include <curl/mprintf.h>
-/* this is still a public header file that provides the curl_mprintf()
- functions while they still are offered publicly. They will be made library-
- private one day */
-
#include "strtoofft.h"
/* "strtoofft.h" provides this function: curlx_strtoofft(), returns a
curl_off_t number from a given string.
@@ -42,13 +37,5 @@
#include "nonblock.h"
/* "nonblock.h" provides curlx_nonblock() */
-#include "warnless.h"
-/* "warnless.h" provides functions:
-
- curlx_ultous()
- curlx_ultouc()
- curlx_uztosi()
-*/
-
#endif /* HEADER_CURL_CURLX_H */