opkg: distcheck fixes
[oweals/opkg-lede.git] / tests / opkg_hash_test.c
index 934dac70daf2687793d6d928d23b101ed007dc5f..7d4ea9686866a39368738b698940294d93af387f 100644 (file)
    General Public License for more details.
 */
 
-#include "opkg.h"
+#include <libopkg/opkg.h>
 
-#include "hash_table.h"
-#include "opkg_utils.h"
-#include "pkg_hash.h"
+#include <libopkg/hash_table.h>
+#include <libopkg/opkg_utils.h>
+#include <libopkg/pkg_hash.h>
 
 int main(int argc, char *argv[])
 {