Include file cleanup. Remove the messages.[ch] files in favor of the

glib supplied gi18n.h file.  Replace includes of gnome.h with gtk.h
(or better yet glib.h) wherever possible.  Don't include gnome.h from
any header files.  Remove some extraneous includes.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11981 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2005-11-19 23:53:34 +00:00
parent 7e9ed2b77e
commit db2bed0e58
219 changed files with 311 additions and 569 deletions

View File

@@ -22,9 +22,10 @@
#include "config.h"
#include <glib.h>
#include <glib/gi18n.h>
#include <ctype.h>
#include <errno.h>
#include <glib.h>
#include <limits.h>
#include <locale.h>
#include <math.h>
@@ -33,8 +34,6 @@
#include <stdio.h>
#include <string.h>
#include "Transaction.h"
#include "Account.h"
#include "gnc-book.h"
#include "gnc-component-manager.h"
@@ -45,7 +44,6 @@
#include "gnc-module.h"
#include "gnc-ui-util.h"
#include "Group.h"
#include "messages.h"
#include "Transaction.h"
#include "guile-mappings.h"