move include/openbsc to include/osmocom/sgsn

Change-Id: I281ef585fffc2644682c8282224fb1c2da5ca795
diff --git a/tests/oap/oap_client_test.c b/tests/oap/oap_client_test.c
index e6501cb..7adae83 100644
--- a/tests/oap/oap_client_test.c
+++ b/tests/oap/oap_client_test.c
@@ -21,8 +21,8 @@
 #include <osmocom/core/application.h>
 #include <osmocom/gsm/oap.h>
 
-#include <openbsc/debug.h>
-#include <openbsc/oap_client.h>
+#include <osmocom/sgsn/debug.h>
+#include <osmocom/sgsn/oap_client.h>
 
 #include <stdio.h>
 #include <string.h>