提交 6cc6c9a5 编写于 作者: B Behdad Esfahbod 提交者: Behdad Esfahbod

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)
上级 ca07fcf6
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#include <config.h>
#include <glib.h> /* For G_HAVE_ISO_VARARGS */ #include <glib.h> /* For G_HAVE_ISO_VARARGS */
#include <stdarg.h> #include <stdarg.h>
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* See ftglue.h for more information. * See ftglue.h for more information.
*/ */
#include <config.h>
#include "ftglue.h" #include "ftglue.h"
#if 0 #if 0
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
* *
******************************************************************/ ******************************************************************/
#include <config.h>
#include "ftxopen.h" #include "ftxopen.h"
#include "ftxopenf.h" #include "ftxopenf.h"
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
* *
******************************************************************/ ******************************************************************/
#include <config.h>
/* XXX There is *a lot* of duplicated code (cf. formats 7 and 8), but /* 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 I don't care currently. I believe that it would be possible to
save about 50% of TTO code by carefully designing the structures, save about 50% of TTO code by carefully designing the structures,
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
* *
******************************************************************/ ******************************************************************/
#include <config.h>
/* XXX There is *a lot* of duplicated code (cf. formats 5 and 6), but /* 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 I don't care currently. I believe that it would be possible to
save about 50% of TTO code by carefully designing the structures, save about 50% of TTO code by carefully designing the structures,
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
* *
******************************************************************/ ******************************************************************/
#include <config.h>
#include "ftxopen.h" #include "ftxopen.h"
#include "ftxopenf.h" #include "ftxopenf.h"
......
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
* this file you indicate that you have read the license and * this file you indicate that you have read the license and
* understand and accept it fully. * understand and accept it fully.
*/ */
#include <config.h>
#include <otlbuffer.h> #include <otlbuffer.h>
/* To get the gcc-3.3 strict-aliasing compatible versions /* To get the gcc-3.3 strict-aliasing compatible versions
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#include <config.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#include <config.h>
#include "pango-ot-private.h" #include "pango-ot-private.h"
#define PANGO_SCALE_26_6 (PANGO_SCALE / (1<<6)) #define PANGO_SCALE_26_6 (PANGO_SCALE / (1<<6))
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#include <config.h>
#include "pango-ot-private.h" #include "pango-ot-private.h"
#include "../pango-utils.h" #include "../pango-utils.h"
#include "ftglue.h" #include "ftglue.h"
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#include <config.h>
#include <pango/pango-ot.h> #include <pango/pango-ot.h>
#include "pango-ot-private.h" #include "pango-ot-private.h"
#include "../pango-utils.h" #include "../pango-utils.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册