diff options
Diffstat (limited to 'src/opkg-cl.c')
-rw-r--r-- | src/opkg-cl.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/opkg-cl.c b/src/opkg-cl.c index 3bbcd42..f1c8f61 100644 --- a/src/opkg-cl.c +++ b/src/opkg-cl.c @@ -19,12 +19,10 @@ opkg command line frontend using libopkg */ -#include "includes.h" +#include "config.h" +#include <stdio.h> #include <getopt.h> -#include <stdlib.h> -#include <string.h> -#include <unistd.h> #include "opkg_conf.h" #include "opkg_cmd.h" |