summaryrefslogtreecommitdiffstats
path: root/tests/opkg_hash_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/opkg_hash_test.c')
-rw-r--r--tests/opkg_hash_test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/opkg_hash_test.c b/tests/opkg_hash_test.c
index 934dac7..7d4ea96 100644
--- a/tests/opkg_hash_test.c
+++ b/tests/opkg_hash_test.c
@@ -15,11 +15,11 @@
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[])
{