Make sure #include <config.h> is the first include in the file. (bug

2006-01-14  Behdad Esfahbod  <behdad@gnome.org>

        * */*.c, */*/*.c: Make sure #include <config.h> is the first include
        in the file. (bug #158870, based on patch by Luis Menina)
This commit is contained in:
Behdad Esfahbod 2006-01-14 07:00:13 +00:00 committed by Behdad Esfahbod
parent ca07fcf6ef
commit 6cc6c9a57c
11 changed files with 20 additions and 0 deletions

View File

@ -19,6 +19,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <glib.h> /* For G_HAVE_ISO_VARARGS */
#include <stdarg.h>

View File

@ -8,6 +8,7 @@
* See ftglue.h for more information.
*/
#include <config.h>
#include "ftglue.h"
#if 0

View File

@ -15,6 +15,7 @@
*
******************************************************************/
#include <config.h>
#include "ftxopen.h"
#include "ftxopenf.h"

View File

@ -15,6 +15,8 @@
*
******************************************************************/
#include <config.h>
/* XXX There is *a lot* of duplicated code (cf. formats 7 and 8), but
I don't care currently. I believe that it would be possible to
save about 50% of TTO code by carefully designing the structures,

View File

@ -15,6 +15,8 @@
*
******************************************************************/
#include <config.h>
/* XXX There is *a lot* of duplicated code (cf. formats 5 and 6), but
I don't care currently. I believe that it would be possible to
save about 50% of TTO code by carefully designing the structures,

View File

@ -15,6 +15,8 @@
*
******************************************************************/
#include <config.h>
#include "ftxopen.h"
#include "ftxopenf.h"

View File

@ -11,6 +11,9 @@
* this file you indicate that you have read the license and
* understand and accept it fully.
*/
#include <config.h>
#include <otlbuffer.h>
/* To get the gcc-3.3 strict-aliasing compatible versions

View File

@ -19,6 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -19,6 +19,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include "pango-ot-private.h"
#define PANGO_SCALE_26_6 (PANGO_SCALE / (1<<6))

View File

@ -19,6 +19,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include "pango-ot-private.h"
#include "../pango-utils.h"
#include "ftglue.h"

View File

@ -19,6 +19,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <pango/pango-ot.h>
#include "pango-ot-private.h"
#include "../pango-utils.h"