mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
reorder one include so they are all alphabetical.
2008-04-18 Michael Natterer <mitch@imendio.com> * gdk/gdk.h: reorder one include so they are all alphabetical. svn path=/trunk/; revision=20022
This commit is contained in:
parent
870bac8fd0
commit
53df062635
@ -1,3 +1,7 @@
|
||||
2008-04-18 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk/gdk.h: reorder one include so they are all alphabetical.
|
||||
|
||||
2008-04-18 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* modules/printbackends/cups/gtkprintercups.[ch]
|
||||
|
@ -21,7 +21,7 @@
|
||||
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
|
||||
* file for a list of people on the GTK+ Team. See the ChangeLog
|
||||
* files for a list of changes. These files are distributed with
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
*/
|
||||
|
||||
#ifndef __GDK_H__
|
||||
@ -32,6 +32,7 @@
|
||||
#include <gdk/gdkcolor.h>
|
||||
#include <gdk/gdkcursor.h>
|
||||
#include <gdk/gdkdisplay.h>
|
||||
#include <gdk/gdkdisplaymanager.h>
|
||||
#include <gdk/gdkdnd.h>
|
||||
#include <gdk/gdkdrawable.h>
|
||||
#include <gdk/gdkenumtypes.h>
|
||||
@ -41,7 +42,6 @@
|
||||
#include <gdk/gdkimage.h>
|
||||
#include <gdk/gdkinput.h>
|
||||
#include <gdk/gdkkeys.h>
|
||||
#include <gdk/gdkdisplaymanager.h>
|
||||
#include <gdk/gdkpango.h>
|
||||
#include <gdk/gdkpixbuf.h>
|
||||
#include <gdk/gdkpixmap.h>
|
||||
|
Loading…
Reference in New Issue
Block a user