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_IE.h b/src/ranap/RANAP_IE.h
index e5e23d4..15a55a4 100644
--- a/src/ranap/RANAP_IE.h
+++ b/src/ranap/RANAP_IE.h
@@ -11,8 +11,8 @@
 #include <asn_application.h>
 
 /* Including external dependencies */
-#include "RANAP_ProtocolIE-ID.h"
-#include "RANAP_Criticality.h"
+#include <osmocom/osmo-iuh/ranap/RANAP_ProtocolIE-ID.h>
+#include <osmocom/osmo-iuh/ranap/RANAP_Criticality.h>
 #include <ANY.h>
 #include <constr_SEQUENCE.h>