Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / libpspp / str.h
index a9435fcdfb39c1a13d9b0cf936cf6265a3160931..259fd21b45814a4648e16828e9203fb90aaf55c5 100644 (file)
 
 #include "compiler.h"
 #include "memcasecmp.h"
-#include "memmem.h"
-#include "snprintf.h"
-#include "stpcpy.h"
-#include "strcase.h"
-#include "strftime.h"
-#include "strstr.h"
-#include "strtok_r.h"
-#include "vsnprintf.h"
 #include "xvasprintf.h"
 \f
 /* Miscellaneous. */
@@ -68,7 +60,7 @@ void *mempset (void *, int, size_t);
 #define CC_ALNUM CC_LETTERS CC_DIGITS
 \f
 /* Substrings. */
-struct substring 
+struct substring
   {
     char *string;
     size_t length;