opkg: remove opkg.h in preperation for new API
[oweals/opkg-lede.git] / libopkg / conffile_list.h
index a5daac9250e30086266fac73d7d80b494ef4bd36..c1421c1e0d3fc41ad483243f2250578699e230e8 100644 (file)
 #ifndef CONFFILE_LIST_H
 #define CONFFILE_LIST_H
 
-#include "conffile.h"
 #include "nv_pair_list.h"
 
 typedef struct nv_pair_list_elt conffile_list_elt_t;
 typedef struct nv_pair_list conffile_list_t;
 
+#include "conffile.h"
+
 int conffile_list_init(conffile_list_t *list);
 void conffile_list_deinit(conffile_list_t *list);