perf/widgets.h tests/print-editor.c tests/prop-editor.h

2008-05-23  Michael Natterer  <mitch@gimp.org>

	* perf/widgets.h
	* tests/print-editor.c
	* tests/prop-editor.h
	* tests/testmountoperation.c
	* tests/testmultidisplay.c
	* tests/testnouiprint.c
	* tests/testprint.c
	* tests/testprintfileoperation.h
	* tests/testtreesort.c
	* tests/textbuffertest.c: include <gtk/gtk.h> instead of single
	files. Remove some redundant includes.


svn path=/trunk/; revision=20128
This commit is contained in:
Michael Natterer 2008-05-23 14:55:43 +00:00 committed by Michael Natterer
parent 57625ac5b9
commit c75c6bf444
11 changed files with 21 additions and 11 deletions

View File

@ -1,3 +1,17 @@
2008-05-23 Michael Natterer <mitch@gimp.org>
* perf/widgets.h
* tests/print-editor.c
* tests/prop-editor.h
* tests/testmountoperation.c
* tests/testmultidisplay.c
* tests/testnouiprint.c
* tests/testprint.c
* tests/testprintfileoperation.h
* tests/testtreesort.c
* tests/textbuffertest.c: include <gtk/gtk.h> instead of single
files. Remove some redundant includes.
2008-05-22 Hiroyuki Ikezoe <poincare@ikezoe.net> 2008-05-22 Hiroyuki Ikezoe <poincare@ikezoe.net>
* gtk/gtksockget.c: (gtk_socket_realize): Remove second call of * gtk/gtksockget.c: (gtk_socket_realize): Remove second call of

View File

@ -1,4 +1,4 @@
#include <gtk/gtkwidget.h> #include <gtk/gtk.h>
GtkWidget *appwindow_new (void); GtkWidget *appwindow_new (void);

View File

@ -1,7 +1,6 @@
#include <math.h> #include <math.h>
#include <pango/pangocairo.h> #include <pango/pangocairo.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <gtk/gtkprintoperation.h>
static GtkWidget *main_window; static GtkWidget *main_window;
static char *filename = NULL; static char *filename = NULL;

View File

@ -16,7 +16,8 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA. * Boston, MA 02111-1307, USA.
*/ */
#include <gtk/gtkwidget.h>
#include <gtk/gtk.h>
#ifndef __PROP_EDITOR_H__ #ifndef __PROP_EDITOR_H__
#define __PROP_EDITOR_H__ #define __PROP_EDITOR_H__

View File

@ -20,7 +20,6 @@
#include <config.h> #include <config.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <gtk/gtkmountoperation.h>
static gboolean ask_question = FALSE; static gboolean ask_question = FALSE;
static gboolean anonymous = FALSE; static gboolean anonymous = FALSE;

View File

@ -20,8 +20,6 @@
#include <config.h> #include <config.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <gtk/gtkstock.h>
#include <gdk/gdk.h>
gchar *screen2_name = NULL; gchar *screen2_name = NULL;

View File

@ -19,8 +19,8 @@
*/ */
#include <config.h> #include <config.h>
#include "gtk/gtkprintoperation.h"
#include <math.h> #include <math.h>
#include "gtk/gtk.h"
static void static void
draw_page (GtkPrintOperation *operation, draw_page (GtkPrintOperation *operation,

View File

@ -22,7 +22,6 @@
#include <math.h> #include <math.h>
#include <pango/pangocairo.h> #include <pango/pangocairo.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include <gtk/gtkprintoperation.h>
#include "testprintfileoperation.h" #include "testprintfileoperation.h"
static void static void

View File

@ -1,7 +1,7 @@
#ifndef __TEST_PRINT_FILE_OPERATION_H__ #ifndef __TEST_PRINT_FILE_OPERATION_H__
#define __TEST_PRINT_FILE_OPERATION_H__ #define __TEST_PRINT_FILE_OPERATION_H__
#include <gtk/gtkprintoperation.h> #include <gtk/gtk.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -21,7 +21,7 @@
#include <config.h> #include <config.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include "../gtk/gtktreedatalist.h" #include "gtk/gtktreedatalist.h"
typedef struct _ListSort ListSort; typedef struct _ListSort ListSort;

View File

@ -23,7 +23,7 @@
#include <string.h> #include <string.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>
#include "../gtk/gtktexttypes.h" /* Private header, for UNKNOWN_CHAR */ #include "gtk/gtktexttypes.h" /* Private header, for UNKNOWN_CHAR */
static void static void
gtk_text_iter_spew (const GtkTextIter *iter, const gchar *desc) gtk_text_iter_spew (const GtkTextIter *iter, const gchar *desc)