move include/openbsc to include/osmocom/bsc

Change-Id: I39e7b882caa98334636d19ccd104fd83d07d5055
diff --git a/src/utils/bs11_config.c b/src/utils/bs11_config.c
index a0f3cb7..6487df2 100644
--- a/src/utils/bs11_config.c
+++ b/src/utils/bs11_config.c
@@ -32,14 +32,14 @@
 
 #include <sys/stat.h>
 
-#include <openbsc/common_bsc.h>
-#include <openbsc/abis_nm.h>
+#include <osmocom/bsc/common_bsc.h>
+#include <osmocom/bsc/abis_nm.h>
 #include <osmocom/core/msgb.h>
 #include <osmocom/core/utils.h>
 #include <osmocom/gsm/tlv.h>
-#include <openbsc/debug.h>
+#include <osmocom/bsc/debug.h>
 #include <osmocom/core/select.h>
-#include <openbsc/rs232.h>
+#include <osmocom/bsc/rs232.h>
 #include <osmocom/core/application.h>
 #include <osmocom/core/talloc.h>
 #include <osmocom/abis/abis.h>