Remove osmo-iuh subdir level from include/ (2/2)

Make all changes to #include statements and build files.
diff --git a/src/hnbap/URAIdentityList.c b/src/hnbap/URAIdentityList.c
index 63f9702..0872cec 100644
--- a/src/hnbap/URAIdentityList.c
+++ b/src/hnbap/URAIdentityList.c
@@ -5,7 +5,7 @@
  * 	`asn1c -gen-PER`
  */
 
-#include <osmocom/osmo-iuh/hnbap/URAIdentityList.h>
+#include <osmocom/hnbap/URAIdentityList.h>
 
 static asn_per_constraints_t asn_PER_type_URAIdentityList_constr_1 GCC_NOTUSED = {
 	{ APC_UNCONSTRAINED,	-1, -1,  0,  0 },