From f5a6397a8db8cc22692ea8ec301da05bee2dc291 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 17 Feb 2001 10:31:31 +0000 Subject: Made warning in ScintillaWidget.h work better with GCC. --- gtk/ScintillaGTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index d6b1c3c0d..57323f5bf 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -11,8 +11,8 @@ #include "Platform.h" -#include "ScintillaWidget.h" #include "Scintilla.h" +#include "ScintillaWidget.h" #ifdef SCI_LEXER #include "SciLexer.h" #include "PropSet.h" -- cgit v1.2.3