From 6858d517574aec65527ffa57b2b936bfa949ae92 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 13 Feb 2016 00:29:50 +1100 Subject: vcl: include vcl headers via triangular brackets instead of quotes Change-Id: I311f7db622ce341527fe12a92b516f800b602f92 --- vcl/unx/gtk/a11y/atklistener.cxx | 2 +- vcl/unx/gtk/a11y/atkwindow.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/unx/gtk/a11y') diff --git a/vcl/unx/gtk/a11y/atklistener.cxx b/vcl/unx/gtk/a11y/atklistener.cxx index f9c25fdd6fae..86b663a16112 100644 --- a/vcl/unx/gtk/a11y/atklistener.cxx +++ b/vcl/unx/gtk/a11y/atklistener.cxx @@ -32,7 +32,7 @@ #include "atklistener.hxx" #include "atkwrapper.hxx" -#include "vcl/svapp.hxx" +#include #include diff --git a/vcl/unx/gtk/a11y/atkwindow.cxx b/vcl/unx/gtk/a11y/atkwindow.cxx index cafa3a1b585f..af677fa03ea7 100644 --- a/vcl/unx/gtk/a11y/atkwindow.cxx +++ b/vcl/unx/gtk/a11y/atkwindow.cxx @@ -20,7 +20,7 @@ #include #include #include -#include "vcl/popupmenuwindow.hxx" +#include #include "atkwindow.hxx" #include "atkwrapper.hxx" -- cgit