diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-13 00:29:50 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-13 00:29:50 +1100 |
commit | 6858d517574aec65527ffa57b2b936bfa949ae92 (patch) | |
tree | 978455a7e9a2205d6804961bc653e0d7fbdebe30 /vcl/unx/generic/app | |
parent | e6d6e35320984fe4198314e3ea3a91ead6b41392 (diff) |
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'vcl/unx/generic/app')
-rw-r--r-- | vcl/unx/generic/app/gensys.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/generic/app/wmadaptor.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/app/gensys.cxx b/vcl/unx/generic/app/gensys.cxx index 32c0e09ffbf5..f58328d60898 100644 --- a/vcl/unx/generic/app/gensys.cxx +++ b/vcl/unx/generic/app/gensys.cxx @@ -33,7 +33,7 @@ #include <osl/thread.h> #include <unotools/configmgr.hxx> -#include "vcl/unohelp.hxx" +#include <vcl/unohelp.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/vcl/unx/generic/app/wmadaptor.cxx b/vcl/unx/generic/app/wmadaptor.cxx index 2f8d250a2bd3..26ddf87a0cc6 100644 --- a/vcl/unx/generic/app/wmadaptor.cxx +++ b/vcl/unx/generic/app/wmadaptor.cxx @@ -27,7 +27,7 @@ #include "osl/thread.h" #include "osl/process.h" #include <sal/macros.h> -#include "vcl/configsettings.hxx" +#include <vcl/configsettings.hxx> #include "unx/wmadaptor.hxx" #include "unx/saldisp.hxx" |