move include/openbsc to include/osmocom/sgsn

Change-Id: I281ef585fffc2644682c8282224fb1c2da5ca795
diff --git a/src/gprs/sgsn_cdr.c b/src/gprs/sgsn_cdr.c
index 16ea9d4..474d41a 100644
--- a/src/gprs/sgsn_cdr.c
+++ b/src/gprs/sgsn_cdr.c
@@ -18,13 +18,13 @@
  *
  */
 
-#include <openbsc/sgsn.h>
-#include <openbsc/signal.h>
-#include <openbsc/gprs_utils.h>
-#include <openbsc/debug.h>
+#include <osmocom/sgsn/sgsn.h>
+#include <osmocom/sgsn/signal.h>
+#include <osmocom/sgsn/gprs_utils.h>
+#include <osmocom/sgsn/debug.h>
 #include <osmocom/gsm/apn.h>
 
-#include <openbsc/vty.h>
+#include <osmocom/sgsn/vty.h>
 
 #include <gtp.h>
 #include <pdp.h>