зеркало из https://github.com/mozilla/gecko-dev.git
Bug 471877 - Cleanup GTK includes; further cleanup + system-headers cleanup; r+sr=roc
This commit is contained in:
Родитель
3b1520927c
Коммит
e4a2e70daa
|
@ -63,7 +63,7 @@
|
|||
|
||||
#include <glib.h>
|
||||
#include <glib-object.h>
|
||||
#include <gtk/gtkversion.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
#include <limits.h>
|
||||
|
|
|
@ -274,14 +274,9 @@ fstream.h
|
|||
ft2build.h
|
||||
gconf/gconf-client.h
|
||||
Gdiplus.h
|
||||
gdk/gdkevents.h
|
||||
gdk/gdk.h
|
||||
gdk/gdkkeysyms.h
|
||||
gdk/gdkpango.h
|
||||
gdk/gdkprivate.h
|
||||
gdk/gdkscreen.h
|
||||
gdk/gdkregion.h
|
||||
gdk/gdkwindow.h
|
||||
gdk/gdkx.h
|
||||
gdk/gdkdirectfb.h
|
||||
gdk-pixbuf/gdk-pixbuf.h
|
||||
|
@ -298,38 +293,10 @@ gssapi_generic.h
|
|||
gssapi/gssapi_generic.h
|
||||
gssapi/gssapi.h
|
||||
gssapi.h
|
||||
gtk/gtkbindings.h
|
||||
gtk/gtkbutton.h
|
||||
gtk/gtkclipboard.h
|
||||
gtk/gtkcontainer.h
|
||||
gtk/gtkdialog.h
|
||||
gtk/gtkentry.h
|
||||
gtk/gtkfilechooser.h
|
||||
gtk/gtkfilechooserdialog.h
|
||||
gtk/gtkfixed.h
|
||||
gtk/gtk.h
|
||||
gtk/gtkiconfactory.h
|
||||
gtk/gtkimage.h
|
||||
gtk/gtkimmulticontext.h
|
||||
gtk/gtkinvisible.h
|
||||
gtk/gtkmain.h
|
||||
gtk/gtkmessagedialog.h
|
||||
gtk/gtkmisc.h
|
||||
gtk/gtkobject.h
|
||||
gtk/gtkprinter.h
|
||||
gtk/gtkprintjob.h
|
||||
gtk/gtkprintunixdialog.h
|
||||
gtk/gtkprivate.h
|
||||
gtk/gtkselection.h
|
||||
gtk/gtksignal.h
|
||||
gtk/gtksocket.h
|
||||
gtk/gtkstock.h
|
||||
gtk/gtkstyle.h
|
||||
gtk/gtktextview.h
|
||||
gtk/gtkvscrollbar.h
|
||||
gtk/gtkwidget.h
|
||||
gtk/gtkwindow.h
|
||||
gtk/gtkversion.h
|
||||
HIToolbox/HIToolbox.h
|
||||
hlink.h
|
||||
htiface.h
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "cairo-xlib-utils.h"
|
||||
|
||||
#ifdef MOZ_WIDGET_GTK2
|
||||
#include <gdk/gdkscreen.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gdk/gdkx.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -274,14 +274,9 @@ fstream.h
|
|||
ft2build.h
|
||||
gconf/gconf-client.h
|
||||
Gdiplus.h
|
||||
gdk/gdkevents.h
|
||||
gdk/gdk.h
|
||||
gdk/gdkkeysyms.h
|
||||
gdk/gdkpango.h
|
||||
gdk/gdkprivate.h
|
||||
gdk/gdkscreen.h
|
||||
gdk/gdkregion.h
|
||||
gdk/gdkwindow.h
|
||||
gdk/gdkx.h
|
||||
gdk/gdkdirectfb.h
|
||||
gdk-pixbuf/gdk-pixbuf.h
|
||||
|
@ -298,38 +293,10 @@ gssapi_generic.h
|
|||
gssapi/gssapi_generic.h
|
||||
gssapi/gssapi.h
|
||||
gssapi.h
|
||||
gtk/gtkbindings.h
|
||||
gtk/gtkbutton.h
|
||||
gtk/gtkclipboard.h
|
||||
gtk/gtkcontainer.h
|
||||
gtk/gtkdialog.h
|
||||
gtk/gtkentry.h
|
||||
gtk/gtkfilechooser.h
|
||||
gtk/gtkfilechooserdialog.h
|
||||
gtk/gtkfixed.h
|
||||
gtk/gtk.h
|
||||
gtk/gtkiconfactory.h
|
||||
gtk/gtkimage.h
|
||||
gtk/gtkimmulticontext.h
|
||||
gtk/gtkinvisible.h
|
||||
gtk/gtkmain.h
|
||||
gtk/gtkmessagedialog.h
|
||||
gtk/gtkmisc.h
|
||||
gtk/gtkobject.h
|
||||
gtk/gtkprinter.h
|
||||
gtk/gtkprintjob.h
|
||||
gtk/gtkprintunixdialog.h
|
||||
gtk/gtkprivate.h
|
||||
gtk/gtkselection.h
|
||||
gtk/gtksignal.h
|
||||
gtk/gtksocket.h
|
||||
gtk/gtkstock.h
|
||||
gtk/gtkstyle.h
|
||||
gtk/gtktextview.h
|
||||
gtk/gtkvscrollbar.h
|
||||
gtk/gtkwidget.h
|
||||
gtk/gtkwindow.h
|
||||
gtk/gtkversion.h
|
||||
HIToolbox/HIToolbox.h
|
||||
hlink.h
|
||||
htiface.h
|
||||
|
|
|
@ -50,12 +50,7 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkiconfactory.h>
|
||||
#include <gtk/gtkimage.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
#include <gtk/gtkfixed.h>
|
||||
#include <gtk/gtkversion.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "nsIMIMEService.h"
|
||||
|
||||
|
|
|
@ -1,13 +1,8 @@
|
|||
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||
/* vim:expandtab:shiftwidth=4:tabstop=4:
|
||||
*/
|
||||
#include <gtk/gtkmain.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
#include <gtk/gtkvscrollbar.h>
|
||||
#include <gtk/gtkbutton.h>
|
||||
#include <gtk/gtkcontainer.h>
|
||||
#include <gtk/gtksignal.h>
|
||||
#include <gdk/gdkwindow.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "mozcontainer.h"
|
||||
#include "mozdrawingarea.h"
|
||||
|
|
|
@ -43,8 +43,7 @@
|
|||
*/
|
||||
|
||||
#include "gtkxtbin.h"
|
||||
#include <gtk/gtkcontainer.h>
|
||||
#include <gtk/gtkmain.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdkx.h>
|
||||
#include <glib.h>
|
||||
#include <assert.h>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#ifndef __GTK_XTBIN_H__
|
||||
#define __GTK_XTBIN_H__
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <X11/Intrinsic.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче