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

Make all changes to #include statements and build files.
diff --git a/src/hnbap/IMSI.c b/src/hnbap/IMSI.c
index 2bb1f3d..9b5f2da 100644
--- a/src/hnbap/IMSI.c
+++ b/src/hnbap/IMSI.c
@@ -5,7 +5,7 @@
  * 	`asn1c -gen-PER`
  */
 
-#include <osmocom/osmo-iuh/hnbap/IMSI.h>
+#include <osmocom/hnbap/IMSI.h>
 
 int
 IMSI_constraint(asn_TYPE_descriptor_t *td, const void *sptr,