diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-20 07:23:12 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-24 05:17:49 +0000 |
commit | 25ea7f0b5e81b0242ec6e6a761f874db16383d22 (patch) | |
tree | 96128c7185500cbe2a8d6a93f5ac576435ffc47e /unotest | |
parent | 9ccd994d445c797a48cb89ce2b7449adc68b1007 (diff) |
move sal_inc headers to include/
Change-Id: I840c681b7c500640d3983e05e9895f3fa8bb1313
Reviewed-on: https://gerrit.libreoffice.org/3501
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx | 2 | ||||
-rw-r--r-- | unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx index 6cfd005eaf1c..12d4abf1f1c3 100644 --- a/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx +++ b/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx @@ -40,7 +40,7 @@ #include "rtl/ustring.hxx" #include "sal/types.h" -#include "protectorfactory.hxx" +#include "cppunittester/protectorfactory.hxx" namespace { diff --git a/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx b/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx index f05e59d3839d..511da854081d 100644 --- a/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx +++ b/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx @@ -32,7 +32,7 @@ #include "rtl/ustring.hxx" #include "sal/types.h" -#include "protectorfactory.hxx" +#include "cppunittester/protectorfactory.hxx" namespace { |