Revert changes relative to lib/*.[ch] recent renaming
[platform/upstream/curl.git] / lib / mprintf.c
similarity index 99%
rename from lib/curl_mprintf.c
rename to lib/mprintf.c
index 35b9f64..0990f40 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1999 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1999 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
@@ -35,7 +35,7 @@
  * page at http://daniel.haxx.se/trio/
  */
 
-#include "curl_setup.h"
+#include "setup.h"
 
 #if defined(DJGPP) && (DJGPP_MINOR < 4)
 #undef _MPRINTF_REPLACE /* don't use x_was_used() here */
@@ -45,7 +45,7 @@
 
 #include "curl_memory.h"
 /* The last #include file should be: */
-#include "curl_memdebug.h"
+#include "memdebug.h"
 
 #ifndef SIZEOF_LONG_DOUBLE
 #define SIZEOF_LONG_DOUBLE 0
@@ -73,7 +73,7 @@
 #endif
 
 /*
- * Max integer data types that curl_mprintf.c is capable
+ * Max integer data types that mprintf.c is capable
  */
 
 #ifdef HAVE_LONG_LONG_TYPE