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/BindingID.c b/src/hnbap/BindingID.c
index 7021128..6ba857c 100644
--- a/src/hnbap/BindingID.c
+++ b/src/hnbap/BindingID.c
@@ -5,7 +5,7 @@
  * 	`asn1c -gen-PER`
  */
 
-#include "BindingID.h"
+#include <osmocom/osmo-iuh/hnbap/BindingID.h>
 
 int
 BindingID_constraint(asn_TYPE_descriptor_t *td, const void *sptr,