From 02d0fdde768bafca67b49ec9d1f2663c40ba2fc7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 10 Jun 2011 11:22:04 +1000 Subject: Windows headers are system headers so use angle brackets. --- 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 5682fde64..44d3d0810 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -20,7 +20,7 @@ #include "Platform.h" #if PLAT_GTK_WIN32 -#include "windows.h" +#include #endif #include "ILexer.h" -- cgit v1.2.3