diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-24 14:26:40 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-24 16:09:54 +0200 |
commit | 19aadbd561bc57c1ef0048033ec8a2db97fc66f1 (patch) | |
tree | 49adbc1b2f5f2b8e16245ec32f23ef3632e5b978 /svl | |
parent | 5beac3c0b76c5c74798c197d926564bae60ea7f2 (diff) |
Ensure that svl/grabbagitem.hxx is self-contained
Change-Id: I1b3bd4add8c32e271e51db321fafe98604b2b830
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/grabbagitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/grabbagitem.cxx b/svl/source/items/grabbagitem.cxx index 8ca9e2c9c0fc..19213b65764c 100644 --- a/svl/source/items/grabbagitem.cxx +++ b/svl/source/items/grabbagitem.cxx @@ -7,10 +7,10 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <svl/grabbagitem.hxx> #include <sal/config.h> #include <sal/log.hxx> -#include <svl/grabbagitem.hxx> #include <comphelper/sequence.hxx> #include <com/sun/star/beans/PropertyValue.hpp> |