move include/openbsc to include/osmocom/sgsn

Change-Id: I281ef585fffc2644682c8282224fb1c2da5ca795
diff --git a/src/gprs/v42bis.c b/src/gprs/v42bis.c
index a04b0af..3bb9afc 100644
--- a/src/gprs/v42bis.c
+++ b/src/gprs/v42bis.c
@@ -38,9 +38,9 @@
 #include <ctype.h>
 #include <assert.h>
 
-#include <openbsc/v42bis.h>
-#include <openbsc/v42bis_private.h>
-#include <openbsc/debug.h>
+#include <osmocom/sgsn/v42bis.h>
+#include <osmocom/sgsn/v42bis_private.h>
+#include <osmocom/sgsn/debug.h>
 #include <osmocom/core/talloc.h>