Skip to content

Commit

Permalink
Some small gnome header cleanups.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21858 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
gjanssens committed Jan 16, 2012
1 parent ea06083 commit e6dddfc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/gnome-utils/assistant-gconf-setup.c
Expand Up @@ -33,7 +33,6 @@

#include "config.h"

#include <gnome.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <glib/gstdio.h>
Expand Down
1 change: 0 additions & 1 deletion src/gnome-utils/assistant-xml-encoding.c
Expand Up @@ -24,7 +24,6 @@

#include "config.h"

#include <gnome.h>
#include <glib/gi18n.h>
#include <gmodule.h>

Expand Down
1 change: 0 additions & 1 deletion src/gnome-utils/gnc-gui-query.c
Expand Up @@ -22,7 +22,6 @@

#include "config.h"

#include <gnome.h>
#include <glib/gi18n.h>

#include "dialog-utils.h"
Expand Down
2 changes: 1 addition & 1 deletion src/register/register-gnome/gnucash-color.h
Expand Up @@ -23,7 +23,7 @@
#ifndef GNUCASH_COLOR_H
#define GNUCASH_COLOR_H

#include <gnome.h>
#include <gdk/gdk.h>

void gnucash_color_init (void);

Expand Down
3 changes: 3 additions & 0 deletions src/register/register-gnome/pricecell-gnome.h
Expand Up @@ -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. */
Expand Down

0 comments on commit e6dddfc

Please sign in to comment.