]> git.ipfire.org Git - location/libloc.git/blobdiff - src/libloc/country.h
Move include files to /usr/include/libloc
[location/libloc.git] / src / libloc / country.h
similarity index 95%
rename from src/loc/country.h
rename to src/libloc/country.h
index d09daee9381cdac6d12f7e93f86a97297fcea95f..4cc3a059e1bfcf6754ef819df7794e96a41e1fb6 100644 (file)
@@ -17,9 +17,9 @@
 #ifndef LIBLOC_COUNTRY_H
 #define LIBLOC_COUNTRY_H
 
-#include <loc/libloc.h>
-#include <loc/format.h>
-#include <loc/stringpool.h>
+#include <libloc/libloc.h>
+#include <libloc/format.h>
+#include <libloc/stringpool.h>
 
 struct loc_country;
 int loc_country_new(struct loc_ctx* ctx, struct loc_country** country, const char* country_code);