summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-13 00:29:50 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-13 00:29:50 +1100
commit6858d517574aec65527ffa57b2b936bfa949ae92 (patch)
tree978455a7e9a2205d6804961bc653e0d7fbdebe30 /vcl/unx/gtk/fpicker/SalGtkPicker.cxx
parente6d6e35320984fe4198314e3ea3a91ead6b41392 (diff)
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'vcl/unx/gtk/fpicker/SalGtkPicker.cxx')
-rw-r--r--vcl/unx/gtk/fpicker/SalGtkPicker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
index c836b0c328d4..96df4b7617a1 100644
--- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
+++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx
@@ -34,7 +34,7 @@
#include <vcl/svapp.hxx>
#include <tools/urlobj.hxx>
-#include "vcl/window.hxx"
+#include <vcl/window.hxx>
#include "unx/gtk/gtkframe.hxx"
#include "gtk/fpicker/SalGtkPicker.hxx"