summaryrefslogtreecommitdiff
path: root/gobex
diff options
context:
space:
mode:
Diffstat (limited to 'gobex')
-rw-r--r--gobex/gobex-header.h4
-rw-r--r--gobex/gobex-packet.h4
-rw-r--r--gobex/gobex-transfer.c4
-rw-r--r--gobex/gobex.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/gobex/gobex-header.h b/gobex/gobex-header.h
index c2f975f22..6600b1b4a 100644
--- a/gobex/gobex-header.h
+++ b/gobex/gobex-header.h
@@ -25,8 +25,8 @@
#include <glib.h>
-#include <gobex/gobex-defs.h>
-#include <gobex/gobex-apparam.h>
+#include "gobex/gobex-defs.h"
+#include "gobex/gobex-apparam.h"
/* Header ID's */
#define G_OBEX_HDR_INVALID 0x00
diff --git a/gobex/gobex-packet.h b/gobex/gobex-packet.h
index 6121fa774..d1007ea4a 100644
--- a/gobex/gobex-packet.h
+++ b/gobex/gobex-packet.h
@@ -26,8 +26,8 @@
#include <stdarg.h>
#include <glib.h>
-#include <gobex/gobex-defs.h>
-#include <gobex/gobex-header.h>
+#include "gobex/gobex-defs.h"
+#include "gobex/gobex-header.h"
/* Request opcodes */
#define G_OBEX_OP_CONNECT 0x00
diff --git a/gobex/gobex-transfer.c b/gobex/gobex-transfer.c
index 6720129b6..fe5353082 100644
--- a/gobex/gobex-transfer.c
+++ b/gobex/gobex-transfer.c
@@ -27,8 +27,8 @@
#include <string.h>
#include <errno.h>
-#include "gobex.h"
-#include "gobex-debug.h"
+#include "gobex/gobex.h"
+#include "gobex/gobex-debug.h"
#define FIRST_PACKET_TIMEOUT 60
diff --git a/gobex/gobex.h b/gobex/gobex.h
index fd2b27412..5bc910318 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -26,8 +26,8 @@
#include <stdarg.h>
#include <glib.h>
-#include <gobex/gobex-defs.h>
-#include <gobex/gobex-packet.h>
+#include "gobex/gobex-defs.h"
+#include "gobex/gobex-packet.h"
typedef enum {
G_OBEX_TRANSPORT_STREAM,