Do not include <config.h> from headers

It should be included _first_ in all modules, and it is not proof
against multiple inclusions.
This commit is contained in:
Rémi Denis-Courmont 2009-07-02 13:43:34 +03:00 committed by Marcel Holtmann
parent c722e8077c
commit 1206287664
2 changed files with 0 additions and 8 deletions

View File

@ -19,10 +19,6 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct at_data {
GAtChat *parser;
struct ofono_modem *modem;

View File

@ -21,10 +21,6 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#define DECLARE_FAILURE(e) \
struct ofono_error e; \
e.type = OFONO_ERROR_TYPE_FAILURE; \