From: Christian Grothoff Date: Mon, 16 Nov 2009 14:15:51 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23058 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6801b39f5b650ce9719ebf1475ca6d084f40c8c9;p=oweals%2Fgnunet.git fix --- diff --git a/src/util/program.c b/src/util/program.c index 1a4c1175d..8d1704fbc 100644 --- a/src/util/program.c +++ b/src/util/program.c @@ -38,8 +38,8 @@ #if HAVE_ARGZ_H #include #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 diff --git a/src/util/program_lib_mempcpy.c b/src/util/program_lib_mempcpy.c index 1c702c7f4..af0ed452e 100644 --- a/src/util/program_lib_mempcpy.c +++ b/src/util/program_lib_mempcpy.c @@ -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 - /* Specification. */ #include diff --git a/src/util/program_lib_strndup.c b/src/util/program_lib_strndup.c index 3a1b0eae2..8d071e0e4 100644 --- a/src/util/program_lib_strndup.c +++ b/src/util/program_lib_strndup.c @@ -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 - #include #include diff --git a/src/util/program_lib_strnlen.c b/src/util/program_lib_strnlen.c index d346d3272..732c0f845 100644 --- a/src/util/program_lib_strnlen.c +++ b/src/util/program_lib_strnlen.c @@ -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 - #include /* Find the length of STRING, but scan at most MAXLEN characters.