types: Move GtkAdustment declaration to gtktypes.h
... and make all the headers to not include gtkadjustment.h anymore. Of course, also include it in the source files instead.
This commit is contained in:
@ -24,29 +24,27 @@
|
||||
#include <atk/atk.h>
|
||||
|
||||
#include "gtkfontchooserwidget.h"
|
||||
#include "gtkfontchooser.h"
|
||||
#include "gtkfontchooserutils.h"
|
||||
|
||||
#include "gtkadjustment.h"
|
||||
#include "gtkbuildable.h"
|
||||
#include "gtkbox.h"
|
||||
#include "gtkcellrenderertext.h"
|
||||
#include "gtkentry.h"
|
||||
#include "gtkframe.h"
|
||||
#include "gtkbbox.h"
|
||||
#include "gtkbox.h"
|
||||
#include "gtkgrid.h"
|
||||
#include "gtkfontchooser.h"
|
||||
#include "gtkfontchooserutils.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtklabel.h"
|
||||
#include "gtkliststore.h"
|
||||
#include "gtkstock.h"
|
||||
#include "gtknotebook.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkscale.h"
|
||||
#include "gtkscrolledwindow.h"
|
||||
#include "gtkspinbutton.h"
|
||||
#include "gtktextview.h"
|
||||
#include "gtktreeselection.h"
|
||||
#include "gtktreeview.h"
|
||||
#include "gtkscrolledwindow.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtkaccessible.h"
|
||||
#include "gtkbuildable.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkscale.h"
|
||||
#include "gtkspinbutton.h"
|
||||
#include "gtknotebook.h"
|
||||
#include "gtkwidget.h"
|
||||
#include "gtkgrid.h"
|
||||
|
||||
/**
|
||||
* SECTION:gtkfontchooserwidget
|
||||
|
||||
Reference in New Issue
Block a user