]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/loc/database.h
Move all header files into src/loc and install them
[people/ms/libloc.git] / src / loc / database.h
similarity index 98%
rename from src/database.h
rename to src/loc/database.h
index 38dc4efd5eb9c58ee5a0d16394019d9f3eb936c7..28c29e9912aef47578568212bfb6e54aa3f2312c 100644 (file)
@@ -21,8 +21,7 @@
 #include <stdint.h>
 
 #include <loc/libloc.h>
-
-#include "as.h"
+#include <loc/as.h>
 
 struct loc_database;
 int loc_database_new(struct loc_ctx* ctx, struct loc_database** database, FILE* f);