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

Make all changes to #include statements and build files.
diff --git a/src/ranap/RANAP_RAB-SetupOrModifyList.c b/src/ranap/RANAP_RAB-SetupOrModifyList.c
index 2ad93c7..a4aac71 100644
--- a/src/ranap/RANAP_RAB-SetupOrModifyList.c
+++ b/src/ranap/RANAP_RAB-SetupOrModifyList.c
@@ -5,7 +5,7 @@
  */
 #include <constr_CHOICE.h>
 
-#include <osmocom/osmo-iuh/ranap/RANAP_RAB-SetupOrModifyList.h>
+#include <osmocom/ranap/RANAP_RAB-SetupOrModifyList.h>
 
 int
 RANAP_RAB_SetupOrModifyList_constraint(asn_TYPE_descriptor_t *td, const void *sptr,