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_GA-PointWithAltitudeAndUncertaintyEllipsoid.h b/src/ranap/RANAP_GA-PointWithAltitudeAndUncertaintyEllipsoid.h
index 62aa5b6..6963746 100644
--- a/src/ranap/RANAP_GA-PointWithAltitudeAndUncertaintyEllipsoid.h
+++ b/src/ranap/RANAP_GA-PointWithAltitudeAndUncertaintyEllipsoid.h
@@ -11,11 +11,11 @@
 #include <asn_application.h>
 
 /* Including external dependencies */
-#include "RANAP_GeographicalCoordinates.h"
-#include "RANAP_GA-AltitudeAndDirection.h"
-#include "RANAP_GA-UncertaintyEllipse.h"
+#include <osmocom/osmo-iuh/ranap/RANAP_GeographicalCoordinates.h>
+#include <osmocom/osmo-iuh/ranap/RANAP_GA-AltitudeAndDirection.h>
+#include <osmocom/osmo-iuh/ranap/RANAP_GA-UncertaintyEllipse.h>
 #include <NativeInteger.h>
-#include "RANAP_IE-Extensions.h"
+#include <osmocom/osmo-iuh/ranap/RANAP_IE-Extensions.h>
 #include <constr_SEQUENCE.h>
 
 #ifdef __cplusplus