diff options
author | nyamatongwe <unknown> | 2001-02-17 08:41:43 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-02-17 08:41:43 +0000 |
commit | 1b828b1c13d2bb1104619f5cd3730d21e3ef7060 (patch) | |
tree | 162e16a79a33f2f95aa0f40b1f3dc7a708602cdd /gtk/PlatGTK.cxx | |
parent | 98596629f2462a30dca950d5365a200b5704277f (diff) | |
download | scintilla-mirror-1b828b1c13d2bb1104619f5cd3730d21e3ef7060.tar.gz |
Changed header order to work on GTK+.
Scintilla.h must be before ScintillaWidget.h now.
Diffstat (limited to 'gtk/PlatGTK.cxx')
-rw-r--r-- | gtk/PlatGTK.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index a9b24ad23..977aee7fa 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -11,8 +11,8 @@ #include "Platform.h" -#include "ScintillaWidget.h" #include "Scintilla.h" +#include "ScintillaWidget.h" /* Use fast way of getting char data on win32 to work around problems with gdk_string_extents. */ |