diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-10-18 11:18:34 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-10-18 11:19:27 +0200 |
commit | d634a61ebd6c3144ff76af4725832207b895adda (patch) | |
tree | bf1bb6dbfef2c1eeb39af59146eec92265049186 | |
parent | d807cba9ee60cb1404b54addf9cd3e54de89f331 (diff) |
vcl/layout.hxx was included twice
Change-Id: I03a30793e02def731cb6c8f130c48aeb325a2528
-rw-r--r-- | cui/source/dialogs/about.cxx | 1 | ||||
-rw-r--r-- | vcl/ios/iosinst.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index c26ae5236920..5ad2e66520f2 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -19,7 +19,6 @@ #include <vcl/layout.hxx> #include <vcl/svapp.hxx> -#include <vcl/layout.hxx> #include <vcl/settings.hxx> #include <tools/stream.hxx> diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx index f1d87b86bda2..73092e6ef550 100644 --- a/vcl/ios/iosinst.cxx +++ b/vcl/ios/iosinst.cxx @@ -22,7 +22,6 @@ #include <postmac.h> #include <basebmp/scanlineformats.hxx> -#include <vcl/layout.hxx> #include <touch/touch.h> #include <touch/touch-impl.h> |