move include/openbsc to include/osmocom/sgsn

Change-Id: I281ef585fffc2644682c8282224fb1c2da5ca795
diff --git a/src/gprs/gtphub.c b/src/gprs/gtphub.c
index 0a8e375..7e3e663 100644
--- a/src/gprs/gtphub.c
+++ b/src/gprs/gtphub.c
@@ -32,9 +32,9 @@
 #include <gtp.h>
 #include <gtpie.h>
 
-#include <openbsc/gtphub.h>
-#include <openbsc/debug.h>
-#include <openbsc/gprs_utils.h>
+#include <osmocom/sgsn/gtphub.h>
+#include <osmocom/sgsn/debug.h>
+#include <osmocom/sgsn/gprs_utils.h>
 
 #include <osmocom/core/utils.h>
 #include <osmocom/core/logging.h>