diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-06 23:21:01 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-06 23:55:50 +0100 |
commit | 5845c5b6ec04cff9239716ee9cadfa3708e551c0 (patch) | |
tree | 8dbda17b569d07856300e5c5fc3cd035c146117e /svtools | |
parent | 259e51677bde56dbfc45e41b28ae3bdfd08a0e82 (diff) |
Removed unnecessary tools/link.hxx includes.
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/svparser.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/inc/svtools/svparser.hxx b/svtools/inc/svtools/svparser.hxx index eac4a92a8f47..340236de1962 100644 --- a/svtools/inc/svtools/svparser.hxx +++ b/svtools/inc/svtools/svparser.hxx @@ -30,6 +30,7 @@ #define _SVPARSER_HXX #include "svtools/svtdllapi.h" +#include <tools/link.hxx> #include <tools/string.hxx> #include <tools/ref.hxx> #include <rtl/textenc.h> |