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

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