From 3f038ba4e79ee0315a05fb2316d55e8d00da8b4c Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 2 Nov 2011 15:09:48 +0200 Subject: [PATCH] obexd: Remove config.h from src/obex.h config.h should only be included in .c files --- obexd/src/obex.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/obexd/src/obex.h b/obexd/src/obex.h index 6b7dc7edf..f4fd159a9 100644 --- a/obexd/src/obex.h +++ b/obexd/src/obex.h @@ -22,10 +22,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include -#endif - #define OBJECT_SIZE_UNKNOWN -1 #define OBJECT_SIZE_DELETE -2 -- 2.47.3