mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
ea06083f9a
commit
e6dddfc6fa
@ -33,7 +33,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <gmodule.h>
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <gnome.h>
|
||||
#include <glib/gi18n.h>
|
||||
|
||||
#include "dialog-utils.h"
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef GNUCASH_COLOR_H
|
||||
#define GNUCASH_COLOR_H
|
||||
|
||||
#include <gnome.h>
|
||||
#include <gdk/gdk.h>
|
||||
|
||||
void gnucash_color_init (void);
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user