fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 16 Nov 2009 14:15:51 +0000 (14:15 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 16 Nov 2009 14:15:51 +0000 (14:15 +0000)
src/util/program.c
src/util/program_lib_mempcpy.c
src/util/program_lib_strndup.c
src/util/program_lib_strnlen.c

index 1a4c1175dd524680e3026b8719bba1ca79472af6..8d1704fbc47d5321757ce860277de1c490bb53b9 100644 (file)
@@ -38,8 +38,8 @@
 #if HAVE_ARGZ_H
 #include <argz.h>
 #else
-#include "program_lib_strndup.c"
 #include "program_lib_strnlen.c"
+#include "program_lib_strndup.c"
 #include "program_lib_mempcpy.c"
 #include "program_lib_argz.c"
 #endif
index 1c702c7f4cb7c1333871a879eb7aa369b536a77e..af0ed452ec3a17cc62402cccb0476d7985248cee 100644 (file)
@@ -15,8 +15,6 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#include <config.h>
-
 /* Specification.  */
 #include <string.h>
 
index 3a1b0eae2e0695b5a3aabf67fdf7187f9bd8f074..8d071e0e4bfa4a1cff1d9d986e514afb4ef8f173 100644 (file)
@@ -17,8 +17,6 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#include <config.h>
-
 #include <string.h>
 
 #include <stdlib.h>
index d346d3272c29dfef52a9c18787d2adfc13c87c43..732c0f845331f8f8d01c277349e6ddb86b34c484 100644 (file)
@@ -16,8 +16,6 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#include <config.h>
-
 #include <string.h>
 
 /* Find the length of STRING, but scan at most MAXLEN characters.