]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/loc/as.h
Move all header files into src/loc and install them
[people/ms/libloc.git] / src / loc / as.h
similarity index 98%
rename from src/as.h
rename to src/loc/as.h
index 1aefe3058b87491d58973e8e2af90d53fc77bcd0..14e9cf3b1f7651a4537ff6b2c88fa2b068f66903 100644 (file)
--- a/src/as.h
@@ -21,8 +21,7 @@
 
 #include <loc/libloc.h>
 #include <loc/format.h>
-
-#include "stringpool.h"
+#include <loc/stringpool.h>
 
 struct loc_as;
 int loc_as_new(struct loc_ctx* ctx, struct loc_stringpool* pool, struct loc_as** as, uint32_t number);