diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 18:22:30 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-11 01:55:40 +0200 |
commit | a325ce63db0a8ef324f269e3dc5a845666e49bd3 (patch) | |
tree | 07c7fc635738c9466d668fc6ca4df5d1c7fbc0ba /svtools/source/contnr/viewdataentry.cxx | |
parent | 2bac61013e57013bccac8c9d76482b34b5db7f69 (diff) |
fix-includes.pl: svtools
Change-Id: I509299306ab6cd97c96e9a26d4674f983bbffbec
Diffstat (limited to 'svtools/source/contnr/viewdataentry.cxx')
-rw-r--r-- | svtools/source/contnr/viewdataentry.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/contnr/viewdataentry.cxx b/svtools/source/contnr/viewdataentry.cxx index 93ea793fb7a2..3aeab97fe8c9 100644 --- a/svtools/source/contnr/viewdataentry.cxx +++ b/svtools/source/contnr/viewdataentry.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "svtools/viewdataentry.hxx" +#include <svtools/viewdataentry.hxx> -#include "tools/debug.hxx" +#include <tools/debug.hxx> SvViewDataEntry::SvViewDataEntry() : |