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/MacroCellID.h b/src/hnbap/MacroCellID.h
index f266925..04ed95f 100644
--- a/src/hnbap/MacroCellID.h
+++ b/src/hnbap/MacroCellID.h
@@ -12,8 +12,8 @@
 #include <asn_application.h>
 
 /* Including external dependencies */
-#include "UTRANCellID.h"
-#include "CGI.h"
+#include <osmocom/osmo-iuh/hnbap/UTRANCellID.h>
+#include <osmocom/osmo-iuh/hnbap/CGI.h>
 #include <constr_CHOICE.h>
 
 #ifdef __cplusplus