Prep for modular builds by adding guarded #include "config.h" everywhere.

This commit is contained in:
Adam Jackson 2005-07-11 02:29:50 +00:00
parent c5548086f3
commit cf4dfd650d
14 changed files with 52 additions and 0 deletions

View File

@ -1,5 +1,9 @@
/* TODO: clean up/fix CC code */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86i2c.h"
#include "bt829.h"

View File

@ -1,3 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86Module.h"

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86i2c.h"
#include "fi1236.h"

View File

@ -1,3 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86Module.h"

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86i2c.h"
#include "msp3430.h"

View File

@ -1,3 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86Module.h"

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86i2c.h"
#include "tda8425.h"

View File

@ -1,3 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86Module.h"

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86i2c.h"
#include "tda9850.h"

View File

@ -1,3 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86Module.h"

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86i2c.h"
#include "tda9885.h"

View File

@ -1,3 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86Module.h"

View File

@ -5,12 +5,19 @@
* License: GPL
*
* $Log$
* Revision 1.3 2005/07/11 02:29:50 ajax
* Prep for modular builds by adding guarded #include "config.h" everywhere.
*
* Revision 1.2 2005/07/01 22:43:11 daniels
* Change all misc.h and os.h references to <X11/foo.h>.
*
*
************************************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86.h"
#include "xf86i2c.h"
#include "uda1380.h"

View File

@ -1,3 +1,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "xf86Module.h"