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/ranap/RANAP_RNSAPRelocationParameters.h b/src/ranap/RANAP_RNSAPRelocationParameters.h
index 42c73da..90b3bc3 100644
--- a/src/ranap/RANAP_RNSAPRelocationParameters.h
+++ b/src/ranap/RANAP_RNSAPRelocationParameters.h
@@ -11,11 +11,11 @@
 #include <asn_application.h>
 
 /* Including external dependencies */
-#include "RANAP_RABParametersList.h"
-#include "RANAP_LocationReportingTransferInformation.h"
-#include "RANAP_TraceInformation.h"
-#include "RANAP_SAI.h"
-#include "RANAP_IE-Extensions.h"
+#include <osmocom/osmo-iuh/ranap/RANAP_RABParametersList.h>
+#include <osmocom/osmo-iuh/ranap/RANAP_LocationReportingTransferInformation.h>
+#include <osmocom/osmo-iuh/ranap/RANAP_TraceInformation.h>
+#include <osmocom/osmo-iuh/ranap/RANAP_SAI.h>
+#include <osmocom/osmo-iuh/ranap/RANAP_IE-Extensions.h>
 #include <constr_SEQUENCE.h>
 
 #ifdef __cplusplus