summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/opkg-cl.c6
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"