Revert changes relative to lib/*.[ch] recent renaming
[platform/upstream/curl.git] / lib / rawstr.c
similarity index 98%
rename from lib/curl_rawstr.c
rename to lib/rawstr.c
index 17fd1f3..2cf2fe7 100644 (file)
@@ -20,9 +20,9 @@
  *
  ***************************************************************************/
 
-#include "curl_setup.h"
+#include "setup.h"
 
-#include "curl_rawstr.h"
+#include "rawstr.h"
 
 /* Portable, consistent toupper (remember EBCDIC). Do not use toupper() because
    its behavior is altered by the current locale. */