From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> config.h should only be included in .c files --- src/obex.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/obex.h b/src/obex.h index 6b7dc7e..f4fd159 100644 --- a/src/obex.h +++ b/src/obex.h @@ -22,10 +22,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #define OBJECT_SIZE_UNKNOWN -1 #define OBJECT_SIZE_DELETE -2 -- 1.7.6.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html