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/LAI.h b/src/hnbap/LAI.h
index 36c0981..e0cd2ea 100644
--- a/src/hnbap/LAI.h
+++ b/src/hnbap/LAI.h
@@ -12,8 +12,8 @@
 #include <asn_application.h>
 
 /* Including external dependencies */
-#include "PLMNidentity.h"
-#include "LAC.h"
+#include <osmocom/osmo-iuh/hnbap/PLMNidentity.h>
+#include <osmocom/osmo-iuh/hnbap/LAC.h>
 #include <constr_SEQUENCE.h>
 
 #ifdef __cplusplus