summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-04-18 14:52:22 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-04-18 14:52:22 +0000
commit53df062635264b54ec9ce253c0a9e37457da370d (patch)
tree31b3ad202d1011f065336c0d881175d0210a3410 /gdk/gdk.h
parent870bac8fd0515c8c383ff47a13192e898da4c485 (diff)
downloadgtk+-53df062635264b54ec9ce253c0a9e37457da370d.tar.gz
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
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r--gdk/gdk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index 14a0432e21..b661d7a478 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -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>