]> git.tuebingen.mpg.de Git - dss.git/commitdiff
string.c: Include stdio instead of cmdline.h.
authorAndre Noll <maan@systemlinux.org>
Sat, 22 Mar 2008 14:19:27 +0000 (15:19 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Mar 2008 14:19:27 +0000 (15:19 +0100)
The string helper functions really should not depend on the
command line parser.

string.c

index afac0027fce2e8b4f63a35007a33b0d3e74bc7ce..91ad3e78e6925fd41eda7d9d20dd1e0eb24a8943 100644 (file)
--- a/string.c
+++ b/string.c
@@ -1,5 +1,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdlib.h>
+#include <stdio.h>
 #include <stdarg.h>
 #include <assert.h>
 #include <limits.h>
 #include <stdarg.h>
 #include <assert.h>
 #include <limits.h>
@@ -9,7 +10,6 @@
 #include <unistd.h>
 
 
 #include <unistd.h>
 
 
-#include "cmdline.h"
 #include "gcc-compat.h"
 #include "log.h"
 #include "error.h"
 #include "gcc-compat.h"
 #include "log.h"
 #include "error.h"