diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-09-17 08:52:21 -0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-17 18:51:54 +0000 |
commit | e95b076744da8911b2804501b418649a9147e3a9 (patch) | |
tree | 59b3bded7cf544b348b3ae62ab0634df14227954 /svtools/inc/pch | |
parent | b6fc0ac84ce68586393784713693cc6b658a2785 (diff) |
fdo#63926: remove extra include paths in svtools/ and sfx2/
Change-Id: I0b47849ba0fa0dfaf4a481779a5ece09be496c1e
Reviewed-on: https://gerrit.libreoffice.org/5973
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svtools/inc/pch')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index dfd106a444bd..9b55944eaf8a 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -14,11 +14,11 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "DocumentToGraphicRenderer.hxx" -#include "GraphicExportOptionsDialog.hxx" -#include "PlaceEditDialog.hxx" -#include "ServerDetailsControls.hxx" -#include "bindablecontrolhelper.hxx" +#include <svtools/DocumentToGraphicRenderer.hxx> +#include <svtools/GraphicExportOptionsDialog.hxx> +#include <svtools/PlaceEditDialog.hxx> +#include <svtools/ServerDetailsControls.hxx> +#include <svtools/bindablecontrolhelper.hxx> #include "com/sun/star/beans/XPropertySet.hpp" #include "com/sun/star/document/XDocumentProperties.hpp" #include "com/sun/star/script/Converter.hpp" @@ -33,7 +33,7 @@ #include "comphelper/servicedecl.hxx" #include "comphelper/string.hxx" #include "cppuhelper/implementationentry.hxx" -#include "inetimg.hxx" +#include <svtools/inetimg.hxx> #include "osl/diagnose.h" #include "rtl/ustring.hxx" #include "sal/config.h" |