From 12062876644273560f9198ea2c044c4d44dbd83a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 2 Jul 2009 13:43:34 +0300 Subject: [PATCH] Do not include from headers It should be included _first_ in all modules, and it is not proof against multiple inclusions. --- drivers/atmodem/at.h | 4 ---- drivers/isimodem/isi.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/drivers/atmodem/at.h b/drivers/atmodem/at.h index 03002822..3cc3cb13 100644 --- a/drivers/atmodem/at.h +++ b/drivers/atmodem/at.h @@ -19,10 +19,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include -#endif - struct at_data { GAtChat *parser; struct ofono_modem *modem; diff --git a/drivers/isimodem/isi.h b/drivers/isimodem/isi.h index b89a6947..e808bfd8 100644 --- a/drivers/isimodem/isi.h +++ b/drivers/isimodem/isi.h @@ -21,10 +21,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include -#endif - #define DECLARE_FAILURE(e) \ struct ofono_error e; \ e.type = OFONO_ERROR_TYPE_FAILURE; \