migration of code from ffasn1c to asn1c + asn1tostruct.py
diff --git a/src/regen-common-includes.sh b/src/regen-common-includes.sh
new file mode 100755
index 0000000..bc029e6
--- /dev/null
+++ b/src/regen-common-includes.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+for f in `(cd ../asn1/hnbap/asn1c && ls --color=none -1 *.h)`; do echo "#include \"$f\""; done