Sat Dec 27 16:16:49 2003 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / src / str.c
index 0a9d0d0f26d713fb64ce6de6b0e3f4cfa0a13377..8912f3e58b6a4ec5921e58a952fd316dcb137560 100644 (file)
--- a/src/str.c
+++ b/src/str.c
@@ -18,6 +18,7 @@
    02111-1307, USA. */
 
 #include <config.h>
+#include "str.h"
 #include <assert.h>
 #include <ctype.h>
 #include <limits.h>
@@ -25,7 +26,6 @@
 #include "alloc.h"
 #include "error.h"
 #include "pool.h"
-#include "str.h"
 \f
 /* sprintf() wrapper functions for convenience. */