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/SuccessfulOutcome.h b/src/hnbap/SuccessfulOutcome.h
index b831b5f..90d798d 100644
--- a/src/hnbap/SuccessfulOutcome.h
+++ b/src/hnbap/SuccessfulOutcome.h
@@ -12,8 +12,8 @@
 #include <asn_application.h>
 
 /* Including external dependencies */
-#include "ProcedureCode.h"
-#include "Criticality.h"
+#include <osmocom/osmo-iuh/hnbap/ProcedureCode.h>
+#include <osmocom/osmo-iuh/hnbap/Criticality.h>
 #include <ANY.h>
 #include <constr_SEQUENCE.h>