summaryrefslogtreecommitdiffstats
path: root/libopkg/conffile.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/conffile.c')
-rw-r--r--libopkg/conffile.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libopkg/conffile.c b/libopkg/conffile.c
index 984a191..bf8b2a5 100644
--- a/libopkg/conffile.c
+++ b/libopkg/conffile.c
@@ -15,15 +15,14 @@
General Public License for more details.
*/
-#include <string.h>
+#include <stdio.h>
#include <stdlib.h>
-#include "includes.h"
#include "opkg_message.h"
-
#include "conffile.h"
#include "file_util.h"
#include "sprintf_alloc.h"
+#include "opkg_conf.h"
int conffile_init(conffile_t *conffile, const char *file_name, const char *md5sum)
{