From 1af6600934d1f723e5b492b8322e52a1144fb0af Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 28 Dec 2007 19:23:22 +0000 Subject: Include config.h. Bug #504721. 2007-12-28 Christian Persch * **/*.c: Include config.h. Bug #504721. svn path=/trunk/; revision=2787 --- diff --git a/ChangeLog b/ChangeLog index 4f40ea2..6e182f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-28 Christian Persch + + * **/*.c: Include config.h. Bug #504721. + 2007-12-28 Carlos Garcia Campos * configure.ac: diff --git a/backend/comics/comics-document.c b/backend/comics/comics-document.c index 8c3b00c..27c2800 100644 --- a/backend/comics/comics-document.c +++ b/backend/comics/comics-document.c @@ -19,6 +19,7 @@ #include "config.h" +#include #include #include #include diff --git a/backend/djvu/djvu-document.c b/backend/djvu/djvu-document.c index e16ec6a..f27d66f 100644 --- a/backend/djvu/djvu-document.c +++ b/backend/djvu/djvu-document.c @@ -19,6 +19,7 @@ #include "config.h" +#include #include "djvu-document.h" #include "djvu-text.h" #include "djvu-links.h" diff --git a/backend/djvu/djvu-links.c b/backend/djvu/djvu-links.c index 87057d4..a6ab01f 100644 --- a/backend/djvu/djvu-links.c +++ b/backend/djvu/djvu-links.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/backend/djvu/djvu-text-page.c b/backend/djvu/djvu-text-page.c index a28009d..e2607df 100644 --- a/backend/djvu/djvu-text-page.c +++ b/backend/djvu/djvu-text-page.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/backend/djvu/djvu-text.c b/backend/djvu/djvu-text.c index 8b457d8..8c7c4aa 100644 --- a/backend/djvu/djvu-text.c +++ b/backend/djvu/djvu-text.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/backend/dvi/dvi-document.c b/backend/dvi/dvi-document.c index 56a0d92..1e82fb3 100644 --- a/backend/dvi/dvi-document.c +++ b/backend/dvi/dvi-document.c @@ -19,6 +19,7 @@ #include "config.h" +#include #include "dvi-document.h" #include "ev-document-thumbnails.h" #include "ev-document-misc.h" diff --git a/backend/dvi/mdvi-lib/afmparse.c b/backend/dvi/mdvi-lib/afmparse.c index 5b8ac68..164366b 100644 --- a/backend/dvi/mdvi-lib/afmparse.c +++ b/backend/dvi/mdvi-lib/afmparse.c @@ -56,6 +56,7 @@ * - changed (width == 250) to (width = 250) in initializeArray */ +#include #include "sysdeps.h" #ifdef WITH_AFM_FILES diff --git a/backend/dvi/mdvi-lib/bitmap.c b/backend/dvi/mdvi-lib/bitmap.c index 9014dba..0c59820 100644 --- a/backend/dvi/mdvi-lib/bitmap.c +++ b/backend/dvi/mdvi-lib/bitmap.c @@ -18,6 +18,7 @@ /* Bitmap manipulation routines */ +#include #include #include "mdvi.h" diff --git a/backend/dvi/mdvi-lib/color.c b/backend/dvi/mdvi-lib/color.c index 366b0ea..1201633 100644 --- a/backend/dvi/mdvi-lib/color.c +++ b/backend/dvi/mdvi-lib/color.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include "mdvi.h" #include "color.h" diff --git a/backend/dvi/mdvi-lib/common.c b/backend/dvi/mdvi-lib/common.c index 7006682..2382dd5 100644 --- a/backend/dvi/mdvi-lib/common.c +++ b/backend/dvi/mdvi-lib/common.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include diff --git a/backend/dvi/mdvi-lib/dvimisc.c b/backend/dvi/mdvi-lib/dvimisc.c index 06250ca..8b3d073 100644 --- a/backend/dvi/mdvi-lib/dvimisc.c +++ b/backend/dvi/mdvi-lib/dvimisc.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include "mdvi.h" void mdvi_set_color(DviContext *dvi, Ulong fg, Ulong bg) diff --git a/backend/dvi/mdvi-lib/dviread.c b/backend/dvi/mdvi-lib/dviread.c index 3042951..8d87991 100644 --- a/backend/dvi/mdvi-lib/dviread.c +++ b/backend/dvi/mdvi-lib/dviread.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include diff --git a/backend/dvi/mdvi-lib/files.c b/backend/dvi/mdvi-lib/files.c index 0ed893b..b5c21a3 100644 --- a/backend/dvi/mdvi-lib/files.c +++ b/backend/dvi/mdvi-lib/files.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include diff --git a/backend/dvi/mdvi-lib/font.c b/backend/dvi/mdvi-lib/font.c index fedb7e7..be778a2 100644 --- a/backend/dvi/mdvi-lib/font.c +++ b/backend/dvi/mdvi-lib/font.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include "mdvi.h" diff --git a/backend/dvi/mdvi-lib/fontmap.c b/backend/dvi/mdvi-lib/fontmap.c index 6aa87e0..88ba89f 100644 --- a/backend/dvi/mdvi-lib/fontmap.c +++ b/backend/dvi/mdvi-lib/fontmap.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include diff --git a/backend/dvi/mdvi-lib/fontsrch.c b/backend/dvi/mdvi-lib/fontsrch.c index 415ed91..99d70ee 100644 --- a/backend/dvi/mdvi-lib/fontsrch.c +++ b/backend/dvi/mdvi-lib/fontsrch.c @@ -47,6 +47,7 @@ * fonts are configured. */ +#include #include "mdvi.h" #define HAVE_PROTOTYPES 1 diff --git a/backend/dvi/mdvi-lib/gf.c b/backend/dvi/mdvi-lib/gf.c index 2c147ec..820d54c 100644 --- a/backend/dvi/mdvi-lib/gf.c +++ b/backend/dvi/mdvi-lib/gf.c @@ -19,6 +19,7 @@ /* functions to read GF fonts */ +#include #include #include "common.h" #include "mdvi.h" diff --git a/backend/dvi/mdvi-lib/hash.c b/backend/dvi/mdvi-lib/hash.c index d030650..7b7e4f0 100644 --- a/backend/dvi/mdvi-lib/hash.c +++ b/backend/dvi/mdvi-lib/hash.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include "mdvi.h" /* simple hash tables for MDVI */ diff --git a/backend/dvi/mdvi-lib/list.c b/backend/dvi/mdvi-lib/list.c index c434e2b..cbe6f86 100644 --- a/backend/dvi/mdvi-lib/list.c +++ b/backend/dvi/mdvi-lib/list.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include "common.h" void listh_init(ListHead *head) diff --git a/backend/dvi/mdvi-lib/pagesel.c b/backend/dvi/mdvi-lib/pagesel.c index b24157c..75fdad8 100644 --- a/backend/dvi/mdvi-lib/pagesel.c +++ b/backend/dvi/mdvi-lib/pagesel.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include diff --git a/backend/dvi/mdvi-lib/paper.c b/backend/dvi/mdvi-lib/paper.c index 7a7412d..f075a56 100644 --- a/backend/dvi/mdvi-lib/paper.c +++ b/backend/dvi/mdvi-lib/paper.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include "common.h" diff --git a/backend/dvi/mdvi-lib/pk.c b/backend/dvi/mdvi-lib/pk.c index 48da008..39064a1 100644 --- a/backend/dvi/mdvi-lib/pk.c +++ b/backend/dvi/mdvi-lib/pk.c @@ -28,6 +28,7 @@ * - Made bitmap code much more efficient and compact. */ +#include #include #include #include diff --git a/backend/dvi/mdvi-lib/setup.c b/backend/dvi/mdvi-lib/setup.c index dea26e6..1e60a5b 100644 --- a/backend/dvi/mdvi-lib/setup.c +++ b/backend/dvi/mdvi-lib/setup.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include diff --git a/backend/dvi/mdvi-lib/sp-epsf.c b/backend/dvi/mdvi-lib/sp-epsf.c index b266d67..7a58541 100644 --- a/backend/dvi/mdvi-lib/sp-epsf.c +++ b/backend/dvi/mdvi-lib/sp-epsf.c @@ -18,6 +18,7 @@ /* postscript specials */ +#include #include #include #include diff --git a/backend/dvi/mdvi-lib/special.c b/backend/dvi/mdvi-lib/special.c index 304587c..e0e6b8e 100644 --- a/backend/dvi/mdvi-lib/special.c +++ b/backend/dvi/mdvi-lib/special.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include diff --git a/backend/dvi/mdvi-lib/t1.c b/backend/dvi/mdvi-lib/t1.c index acbfa23..1e96f3e 100644 --- a/backend/dvi/mdvi-lib/t1.c +++ b/backend/dvi/mdvi-lib/t1.c @@ -22,6 +22,7 @@ * We use T1lib only as a rasterizer, not to draw glyphs. */ +#include #include "mdvi.h" #ifdef WITH_TYPE1_FONTS diff --git a/backend/dvi/mdvi-lib/tfm.c b/backend/dvi/mdvi-lib/tfm.c index 3779c6b..9d6ca4a 100644 --- a/backend/dvi/mdvi-lib/tfm.c +++ b/backend/dvi/mdvi-lib/tfm.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include diff --git a/backend/dvi/mdvi-lib/tfmfile.c b/backend/dvi/mdvi-lib/tfmfile.c index 1ea1b13..36568bd 100644 --- a/backend/dvi/mdvi-lib/tfmfile.c +++ b/backend/dvi/mdvi-lib/tfmfile.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include /* tex-file.h needs this */ #include #include diff --git a/backend/dvi/mdvi-lib/tt.c b/backend/dvi/mdvi-lib/tt.c index 2e69940..e383006 100644 --- a/backend/dvi/mdvi-lib/tt.c +++ b/backend/dvi/mdvi-lib/tt.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include "mdvi.h" #ifdef WITH_TRUETYPE_FONTS diff --git a/backend/dvi/mdvi-lib/util.c b/backend/dvi/mdvi-lib/util.c index 788b774..ddf5217 100644 --- a/backend/dvi/mdvi-lib/util.c +++ b/backend/dvi/mdvi-lib/util.c @@ -16,6 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include diff --git a/backend/dvi/mdvi-lib/vf.c b/backend/dvi/mdvi-lib/vf.c index e1397fd..640077a 100644 --- a/backend/dvi/mdvi-lib/vf.c +++ b/backend/dvi/mdvi-lib/vf.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include "mdvi.h" diff --git a/backend/impress/document.c b/backend/impress/document.c index 8ecbfae..b01c0e1 100644 --- a/backend/impress/document.c +++ b/backend/impress/document.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "internal.h" diff --git a/backend/impress/f_oasis.c b/backend/impress/f_oasis.c index 193cef8..8fe6ee1 100644 --- a/backend/impress/f_oasis.c +++ b/backend/impress/f_oasis.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "internal.h" diff --git a/backend/impress/f_oo13.c b/backend/impress/f_oo13.c index ce84132..7bfeeb5 100644 --- a/backend/impress/f_oo13.c +++ b/backend/impress/f_oo13.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "internal.h" diff --git a/backend/impress/iksemel.c b/backend/impress/iksemel.c index 6d24d43..91edcb3 100644 --- a/backend/impress/iksemel.c +++ b/backend/impress/iksemel.c @@ -33,6 +33,7 @@ ** modify it under the terms of GNU Lesser General Public License. */ +#include #include #include "common.h" diff --git a/backend/impress/impress-document.c b/backend/impress/impress-document.c index 687972b..52ae1cb 100644 --- a/backend/impress/impress-document.c +++ b/backend/impress/impress-document.c @@ -20,6 +20,7 @@ #include "config.h" +#include #include #include #include diff --git a/backend/impress/r_back.c b/backend/impress/r_back.c index 29a30bb..3f050d9 100644 --- a/backend/impress/r_back.c +++ b/backend/impress/r_back.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "internal.h" diff --git a/backend/impress/r_draw.c b/backend/impress/r_draw.c index 746afbd..aad1655 100644 --- a/backend/impress/r_draw.c +++ b/backend/impress/r_draw.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "internal.h" #include diff --git a/backend/impress/r_geometry.c b/backend/impress/r_geometry.c index 6662de6..4819821 100644 --- a/backend/impress/r_geometry.c +++ b/backend/impress/r_geometry.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "internal.h" #include diff --git a/backend/impress/r_gradient.c b/backend/impress/r_gradient.c index f6b9af2..df0e419 100644 --- a/backend/impress/r_gradient.c +++ b/backend/impress/r_gradient.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "internal.h" #include diff --git a/backend/impress/r_style.c b/backend/impress/r_style.c index 570c000..39ee9c6 100644 --- a/backend/impress/r_style.c +++ b/backend/impress/r_style.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "internal.h" diff --git a/backend/impress/r_text.c b/backend/impress/r_text.c index e08fd15..4b89bca 100644 --- a/backend/impress/r_text.c +++ b/backend/impress/r_text.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "internal.h" diff --git a/backend/impress/render.c b/backend/impress/render.c index 0338600..67b8075 100644 --- a/backend/impress/render.c +++ b/backend/impress/render.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "internal.h" diff --git a/backend/impress/zip.c b/backend/impress/zip.c index 7143aa1..6d06f10 100644 --- a/backend/impress/zip.c +++ b/backend/impress/zip.c @@ -4,6 +4,7 @@ ** modify it under the terms of GNU General Public License. */ +#include #include "common.h" #include "zip.h" #include diff --git a/backend/pixbuf/pixbuf-document.c b/backend/pixbuf/pixbuf-document.c index c5810d1..a6d9f7b 100644 --- a/backend/pixbuf/pixbuf-document.c +++ b/backend/pixbuf/pixbuf-document.c @@ -19,6 +19,7 @@ #include "config.h" +#include #include "pixbuf-document.h" #include "ev-document-thumbnails.h" #include "ev-document-misc.h" diff --git a/backend/ps/ev-spectre.c b/backend/ps/ev-spectre.c index 82e3ca6..41553df 100644 --- a/backend/ps/ev-spectre.c +++ b/backend/ps/ev-spectre.c @@ -19,6 +19,7 @@ #include +#include #include #include #include diff --git a/backend/ps/gsio.c b/backend/ps/gsio.c index 15c7f38..502fb4d 100644 --- a/backend/ps/gsio.c +++ b/backend/ps/gsio.c @@ -20,6 +20,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include #include #include diff --git a/backend/ps/ps.c b/backend/ps/ps.c index cccf241..dd37111 100644 --- a/backend/ps/ps.c +++ b/backend/ps/ps.c @@ -44,6 +44,7 @@ /* end of patch */ +#include #include #include #ifndef SEEK_SET diff --git a/backend/tiff/tiff-document.c b/backend/tiff/tiff-document.c index d1473a1..8452f79 100644 --- a/backend/tiff/tiff-document.c +++ b/backend/tiff/tiff-document.c @@ -22,6 +22,7 @@ #include "config.h" +#include #include #include #include diff --git a/backend/tiff/tiff2ps.c b/backend/tiff/tiff2ps.c index 632169b..45bc577 100644 --- a/backend/tiff/tiff2ps.c +++ b/backend/tiff/tiff2ps.c @@ -32,6 +32,7 @@ * */ +#include #include #include /* for atof */ #include diff --git a/cut-n-paste/toolbar-editor/Makefile.am b/cut-n-paste/toolbar-editor/Makefile.am index 2d1614c..28b1380 100644 --- a/cut-n-paste/toolbar-editor/Makefile.am +++ b/cut-n-paste/toolbar-editor/Makefile.am @@ -58,6 +58,7 @@ eggtypebuiltins.c: stamp-eggtypebuiltins.c @true stamp-eggtypebuiltins.c: $(EGGHEADERS) ( cd $(srcdir) && $(GLIB_MKENUMS) \ + --fhead "#include \n\n" \ --fhead "#include \"eggtypebuiltins.h\"\n\n" \ --fprod "\n/* enumerations from \"@filename@\" */" \ --fprod "\n#include \"@filename@\"" \ diff --git a/cut-n-paste/toolbar-editor/eggtreemultidnd.c b/cut-n-paste/toolbar-editor/eggtreemultidnd.c index 4850c68..694e056 100644 --- a/cut-n-paste/toolbar-editor/eggtreemultidnd.c +++ b/cut-n-paste/toolbar-editor/eggtreemultidnd.c @@ -17,6 +17,7 @@ * Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/libdocument/ev-attachment.c b/libdocument/ev-attachment.c index 980d056..7592c4f 100644 --- a/libdocument/ev-attachment.c +++ b/libdocument/ev-attachment.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/libdocument/ev-backend-marshal.c b/libdocument/ev-backend-marshal.c index 2bc7b6a..30df688 100644 --- a/libdocument/ev-backend-marshal.c +++ b/libdocument/ev-backend-marshal.c @@ -1,2 +1,3 @@ +#include #include "ev-backend-marshalers.h" #include "ev-backend-marshalers.c" diff --git a/libdocument/ev-document-forms.c b/libdocument/ev-document-forms.c index cdefb46..db90bb8 100644 --- a/libdocument/ev-document-forms.c +++ b/libdocument/ev-document-forms.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-document-forms.h" GType diff --git a/libdocument/ev-document-images.c b/libdocument/ev-document-images.c index 117b104..1de728f 100644 --- a/libdocument/ev-document-images.c +++ b/libdocument/ev-document-images.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-document-images.h" GType diff --git a/libdocument/ev-document-misc.c b/libdocument/ev-document-misc.c index 8e6f54f..7bc793c 100644 --- a/libdocument/ev-document-misc.c +++ b/libdocument/ev-document-misc.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-document-misc.h" #include #include diff --git a/libdocument/ev-document-thumbnails.c b/libdocument/ev-document-thumbnails.c index 1ed1974..2e73af6 100644 --- a/libdocument/ev-document-thumbnails.c +++ b/libdocument/ev-document-thumbnails.c @@ -18,6 +18,7 @@ * */ +#include #include "ev-document-thumbnails.h" GType diff --git a/libdocument/ev-document-transition.c b/libdocument/ev-document-transition.c index 274da7c..a5a5b24 100644 --- a/libdocument/ev-document-transition.c +++ b/libdocument/ev-document-transition.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-document-transition.h" GType diff --git a/libdocument/ev-file-exporter.c b/libdocument/ev-file-exporter.c index 9b2bc69..c74869f 100644 --- a/libdocument/ev-file-exporter.c +++ b/libdocument/ev-file-exporter.c @@ -20,6 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-file-exporter.h" GType diff --git a/libdocument/ev-form-field.c b/libdocument/ev-form-field.c index b3cc791..cfa25f8 100644 --- a/libdocument/ev-form-field.c +++ b/libdocument/ev-form-field.c @@ -19,6 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-form-field.h" static void ev_form_field_init (EvFormField *field); diff --git a/libdocument/ev-image.c b/libdocument/ev-image.c index bcb1e7d..1bf17f2 100644 --- a/libdocument/ev-image.c +++ b/libdocument/ev-image.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include "ev-file-helpers.h" #include "ev-image.h" diff --git a/libdocument/ev-link-action.c b/libdocument/ev-link-action.c index bc0a8fc..52eb9f4 100644 --- a/libdocument/ev-link-action.c +++ b/libdocument/ev-link-action.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-link-action.h" enum { diff --git a/libdocument/ev-link-dest.c b/libdocument/ev-link-dest.c index 7d04649..b712f9b 100644 --- a/libdocument/ev-link-dest.c +++ b/libdocument/ev-link-dest.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-link-dest.h" enum { diff --git a/libdocument/ev-link.c b/libdocument/ev-link.c index 1e8251a..423f264 100644 --- a/libdocument/ev-link.c +++ b/libdocument/ev-link.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-link.h" enum { diff --git a/libdocument/ev-render-context.c b/libdocument/ev-render-context.c index 0072e27..5595651 100644 --- a/libdocument/ev-render-context.c +++ b/libdocument/ev-render-context.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-render-context.h" static void ev_render_context_init (EvRenderContext *rc); diff --git a/shell/ev-application.c b/shell/ev-application.c index 2be350e..6a4b240 100644 --- a/shell/ev-application.c +++ b/shell/ev-application.c @@ -20,6 +20,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-application.h" #include "ev-utils.h" #include "ev-file-helpers.h" diff --git a/shell/ev-job-queue.c b/shell/ev-job-queue.c index b1b98f1..8280aab 100644 --- a/shell/ev-job-queue.c +++ b/shell/ev-job-queue.c @@ -1,3 +1,4 @@ +#include #include "ev-job-queue.h" /* Like glib calling convention, all functions with _locked in their name assume diff --git a/shell/ev-jobs.c b/shell/ev-jobs.c index 4bb0bf6..6ffbb57 100644 --- a/shell/ev-jobs.c +++ b/shell/ev-jobs.c @@ -1,3 +1,4 @@ +#include #include "ev-jobs.h" #include "ev-job-queue.h" #include "ev-document-thumbnails.h" diff --git a/shell/ev-message-area.c b/shell/ev-message-area.c index 93e227d..845f6fd 100644 --- a/shell/ev-message-area.c +++ b/shell/ev-message-area.c @@ -21,6 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/shell/ev-open-recent-action.c b/shell/ev-open-recent-action.c index c57138f..e021c6b 100644 --- a/shell/ev-open-recent-action.c +++ b/shell/ev-open-recent-action.c @@ -17,6 +17,7 @@ * */ +#include #include #include diff --git a/shell/ev-page-cache.c b/shell/ev-page-cache.c index e88ef52..a1b4d60 100644 --- a/shell/ev-page-cache.c +++ b/shell/ev-page-cache.c @@ -1,3 +1,4 @@ +#include #include "ev-page-cache.h" #include "ev-job-queue.h" #include "ev-document-thumbnails.h" diff --git a/shell/ev-pixbuf-cache.c b/shell/ev-pixbuf-cache.c index 01eda4a..e2d0275 100644 --- a/shell/ev-pixbuf-cache.c +++ b/shell/ev-pixbuf-cache.c @@ -1,3 +1,4 @@ +#include #include "ev-pixbuf-cache.h" #include "ev-job-queue.h" #include "ev-page-cache.h" diff --git a/shell/ev-stock-icons.c b/shell/ev-stock-icons.c index 801db9a..ce15dc6 100644 --- a/shell/ev-stock-icons.c +++ b/shell/ev-stock-icons.c @@ -21,6 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-stock-icons.h" #include diff --git a/shell/ev-view-accessible.c b/shell/ev-view-accessible.c index 369516f..25a3ac2 100644 --- a/shell/ev-view-accessible.c +++ b/shell/ev-view-accessible.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include "ev-view-accessible.h" diff --git a/shell/ev-view.c b/shell/ev-view.c index 9782d0b..5944e34 100644 --- a/shell/ev-view.c +++ b/shell/ev-view.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/shell/ev-window-title.c b/shell/ev-window-title.c index ac1be65..427e696 100644 --- a/shell/ev-window-title.c +++ b/shell/ev-window-title.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "ev-window-title.h" #include "ev-backends-manager.h" diff --git a/shell/xdg-user-dir-lookup.c b/shell/xdg-user-dir-lookup.c index 00bcefa..669fe2f 100644 --- a/shell/xdg-user-dir-lookup.c +++ b/shell/xdg-user-dir-lookup.c @@ -25,6 +25,7 @@ SOFTWARE. */ +#include #include #include #include diff --git a/thumbnailer/evince-thumbnailer.c b/thumbnailer/evince-thumbnailer.c index d550674..b192d26 100644 --- a/thumbnailer/evince-thumbnailer.c +++ b/thumbnailer/evince-thumbnailer.c @@ -16,6 +16,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include -- cgit v0.9.1