move asn1 headers to include/ dir (2/5)

Show effects of the new sed step on asn1-generated files, without moving the
files.
diff --git a/src/hnbap/HNBConfigurationInformationProvided.h b/src/hnbap/HNBConfigurationInformationProvided.h
index ccf9504..5eae3a3 100644
--- a/src/hnbap/HNBConfigurationInformationProvided.h
+++ b/src/hnbap/HNBConfigurationInformationProvided.h
@@ -12,10 +12,10 @@
 #include <asn_application.h>
 
 /* Including external dependencies */
-#include "PSC.h"
-#include "CSG-ID.h"
-#include "HNB-Cell-Access-Mode.h"
-#include "Iurh-Signalling-TNL-AddressList.h"
+#include <osmocom/osmo-iuh/hnbap/PSC.h>
+#include <osmocom/osmo-iuh/hnbap/CSG-ID.h>
+#include <osmocom/osmo-iuh/hnbap/HNB-Cell-Access-Mode.h>
+#include <osmocom/osmo-iuh/hnbap/Iurh-Signalling-TNL-AddressList.h>
 #include <constr_SEQUENCE.h>
 
 #ifdef __cplusplus
@@ -49,7 +49,7 @@
 #endif
 
 /* Referred external types */
-#include "IE-Extensions.h"
+#include <osmocom/osmo-iuh/hnbap/IE-Extensions.h>
 
 #endif	/* _HNBConfigurationInformationProvided_H_ */
 #include <asn_internal.h>