Some small gnome header cleanups.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21858 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2012-01-16 17:42:43 +00:00
parent ea06083f9a
commit e6dddfc6fa
5 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,6 @@
#include "config.h"
#include <gnome.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <glib/gstdio.h>

View File

@ -24,7 +24,6 @@
#include "config.h"
#include <gnome.h>
#include <glib/gi18n.h>
#include <gmodule.h>

View File

@ -22,7 +22,6 @@
#include "config.h"
#include <gnome.h>
#include <glib/gi18n.h>
#include "dialog-utils.h"

View File

@ -23,7 +23,7 @@
#ifndef GNUCASH_COLOR_H
#define GNUCASH_COLOR_H
#include <gnome.h>
#include <gdk/gdk.h>
void gnucash_color_init (void);

View File

@ -26,6 +26,9 @@
#ifndef PRICE_CELL_GNOME_H
#define PRICE_CELL_GNOME_H
#include <glib.h>
#include "basiccell.h"
BasicCell * gnc_price_cell_gnome_new (void);
/* fixme: find a better home for this. */