mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add #include config.h at all places where it has been missing.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14800 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
03cf6d7d01
commit
a851459362
@ -1,4 +1,5 @@
|
||||
/* Copyright (C) 2006 Joshua Sled <jsled@asynchronous.org> */
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include "gnc-account-merge.h"
|
||||
#include "Account.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <libguile.h>
|
||||
#include "guile-mappings.h"
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <libguile.h>
|
||||
#include "guile-mappings.h"
|
||||
|
@ -25,6 +25,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "qof.h"
|
||||
#include "cashobjects.h"
|
||||
#include "test-stuff.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <libguile.h>
|
||||
#include <string.h>
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @brief test the loading of a version-2 gnucash XML file
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
*
|
||||
*********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <glib.h>
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
*
|
||||
*********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include "cashobjects.h"
|
||||
#include "gncAddressP.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
*
|
||||
*********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <libguile.h>
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
*
|
||||
*********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include "qof.h"
|
||||
#include "cashobjects.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
*
|
||||
*********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include "qof.h"
|
||||
#include "gncEmployeeP.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
*
|
||||
*********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include "qof.h"
|
||||
#include "gncJobP.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
*
|
||||
*********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include "gncInvoiceP.h"
|
||||
#include "gncCustomerP.h"
|
||||
|
@ -380,6 +380,7 @@
|
||||
* stack will probably never be needed.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
* Copyright (c) 2001-2003 Linas Vepstas <linas@linas.org>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "AccountP.h"
|
||||
#include "qof.h"
|
||||
#include "gnc-lot.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "cashobjects.h"
|
||||
#include "gnc-engine.h"
|
||||
#include "AccountP.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
* *
|
||||
\********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <glib/gprintf.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
@ -39,6 +39,7 @@
|
||||
* Copyright (c) 2002,2003 Linas Vepstas <linas@linas.org>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "Account.h"
|
||||
#include "gnc-lot.h"
|
||||
#include "gnc-lot-p.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
|
||||
#include "gnc-commodity.h"
|
||||
|
@ -2,6 +2,7 @@
|
||||
* -- fix borken timezone test -- linas May 2004
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <ctype.h>
|
||||
#include <glib.h>
|
||||
#include <time.h>
|
||||
|
@ -21,6 +21,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include "qof.h"
|
||||
#include "cashobjects.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <ctype.h>
|
||||
#include <glib.h>
|
||||
#include "cashobjects.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "qof.h"
|
||||
|
@ -25,6 +25,7 @@
|
||||
* @author Linas Vepstas <linas@linas.org>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <ctype.h>
|
||||
#include <glib.h>
|
||||
#include "qof.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "config.h"
|
||||
#include <ctype.h>
|
||||
#include <glib.h>
|
||||
#include "cashobjects.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
/*
|
||||
* Lightly test the QofObject infrastructure.
|
||||
*/
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include "qof.h"
|
||||
|
@ -25,6 +25,7 @@
|
||||
* without crashing.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <ctype.h>
|
||||
#include <glib.h>
|
||||
#include "qof.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include "qof.h"
|
||||
#include "cashobjects.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <stdio.h>
|
||||
#include "qof.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <libguile.h>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include "qof.h"
|
||||
#include "cashobjects.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
#include "cashobjects.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
#include "cashobjects.h"
|
||||
|
@ -18,6 +18,7 @@
|
||||
* Boston, MA 02110-1301, USA gnu@gnu.org
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <gtk/gtk.h>
|
||||
#include <glade/glade.h>
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <stdio.h>
|
||||
|
@ -20,6 +20,7 @@
|
||||
* Boston, MA 02110-1301, USA gnu@gnu.org *
|
||||
\********************************************************************/
|
||||
|
||||
#include "config.h"
|
||||
#include "gnc-hbci-kvp.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
"strings" to Gnucash accounts in a generic manner.
|
||||
@author Copyright (C) 2002,2003 Derek Atkins <derek@ihtfp.com>
|
||||
*/
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include <glib.h>
|
||||
#include "import-match-map.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
* Boston, MA 02110-1301, USA gnu@gnu.org
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <libguile.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user