diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:31:59 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:46 -0600 |
commit | 084b7198afcb6dad4ae5451ba69ee07beb0cd7d0 (patch) | |
tree | c3dcceeb5b23b3b926058d818dbd615d337fd544 /include/vcl/settings.hxx | |
parent | d6fec4ba5d3800bcab10e10750facffc6756e394 (diff) |
fdo#65108 inter-module includes <> include/vcl
Change-Id: I085f87fafef860cea5b4130ad602c64c121995e2
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r-- | include/vcl/settings.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index ae508196613b..6f670fd11c79 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_VCL_SETTINGS_HXX #define INCLUDED_VCL_SETTINGS_HXX -#include "tools/solar.h" -#include "vcl/dllapi.h" -#include "tools/color.hxx" -#include "vcl/bitmapex.hxx" -#include "vcl/font.hxx" -#include "vcl/accel.hxx" -#include "vcl/wall.hxx" +#include <tools/solar.h> +#include <vcl/dllapi.h> +#include <tools/color.hxx> +#include <vcl/bitmapex.hxx> +#include <vcl/font.hxx> +#include <vcl/accel.hxx> +#include <vcl/wall.hxx> #include <i18nlangtag/languagetag.hxx> #include <unotools/syslocale.hxx> |