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:
parent
ca07fcf6ef
commit
6cc6c9a57c
@ -19,6 +19,8 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <glib.h> /* For G_HAVE_ISO_VARARGS */
|
||||
#include <stdarg.h>
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
* See ftglue.h for more information.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "ftglue.h"
|
||||
|
||||
#if 0
|
||||
|
@ -15,6 +15,7 @@
|
||||
*
|
||||
******************************************************************/
|
||||
|
||||
#include <config.h>
|
||||
#include "ftxopen.h"
|
||||
#include "ftxopenf.h"
|
||||
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -15,6 +15,8 @@
|
||||
*
|
||||
******************************************************************/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "ftxopen.h"
|
||||
#include "ftxopenf.h"
|
||||
|
||||
|
@ -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
|
||||
|
@ -19,6 +19,7 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -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))
|
||||
|
@ -19,6 +19,8 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "pango-ot-private.h"
|
||||
#include "../pango-utils.h"
|
||||
#include "ftglue.h"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user