diff options
author | Rene Engelhard <rene@debian.org> | 2016-11-27 20:08:30 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2016-11-27 22:02:01 +0000 |
commit | 065b4d6813ee308f819cce962da8944021b945c6 (patch) | |
tree | f46cad536172037c796e6fce6a147350becd9fbb /bridges | |
parent | 5ca0acb3c2757c00115b9879c4a6f044f4be1605 (diff) |
fix sparc64 bridges build
Change-Id: Ic8483547966a319d3ecc1ae2fd5dfb785132f687
Reviewed-on: https://gerrit.libreoffice.org/31277
Reviewed-by: Rene Engelhard <rene@debian.org>
Tested-by: Rene Engelhard <rene@debian.org>
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx | 8 | ||||
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx index d8bc9a2e8221..813f5b79820e 100644 --- a/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_sparc64/cpp2uno.cxx @@ -21,10 +21,10 @@ #include <sal/log.hxx> #include <typelib/typedescription.hxx> #include <uno/data.h> -#include "bridges/cpp_uno/shared/bridge.hxx" -#include "bridges/cpp_uno/shared/cppinterfaceproxy.hxx" -#include "bridges/cpp_uno/shared/types.hxx" -#include "bridges/cpp_uno/shared/vtablefactory.hxx" +#include "bridge.hxx" +#include "cppinterfaceproxy.hxx" +#include "types.hxx" +#include "vtablefactory.hxx" #include "share.hxx" #define GET_FP(n, p) \ diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx index 8caaee5f2ffb..dc03e46e1e5d 100644 --- a/bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_sparc64/uno2cpp.cxx @@ -21,10 +21,10 @@ #include <com/sun/star/uno/genfunc.hxx> #include <uno/data.h> -#include "bridges/cpp_uno/shared/bridge.hxx" -#include "bridges/cpp_uno/shared/types.hxx" -#include "bridges/cpp_uno/shared/unointerfaceproxy.hxx" -#include "bridges/cpp_uno/shared/vtables.hxx" +#include "bridge.hxx" +#include "types.hxx" +#include "unointerfaceproxy.hxx" +#include "vtables.hxx" #include "share.hxx" |