mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user