From 7bd86b5b9e61b57d82ebce68074203df33953762 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 1 Mar 2015 00:27:37 -0800 Subject: gobex: Fix includes for gobex.h header --- gobex/gobex-header.h | 4 ++-- gobex/gobex-packet.h | 4 ++-- gobex/gobex-transfer.c | 4 ++-- gobex/gobex.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'gobex') 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 -#include -#include +#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 #include -#include -#include +#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 #include -#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 #include -#include -#include +#include "gobex/gobex-defs.h" +#include "gobex/gobex-packet.h" typedef enum { G_OBEX_TRANSPORT_STREAM, -- cgit v1.2.1