diff options
Diffstat (limited to 'compilerplugins/clang/test')
-rw-r--r-- | compilerplugins/clang/test/dbgunhandledexception.cxx | 2 | ||||
-rw-r--r-- | compilerplugins/clang/test/logexceptionnicely.cxx | 2 | ||||
-rw-r--r-- | compilerplugins/clang/test/sallogareas.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/compilerplugins/clang/test/dbgunhandledexception.cxx b/compilerplugins/clang/test/dbgunhandledexception.cxx index 4ae15a58e55d..39206d4beaaa 100644 --- a/compilerplugins/clang/test/dbgunhandledexception.cxx +++ b/compilerplugins/clang/test/dbgunhandledexception.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <tools/diagnose_ex.h> +#include <comphelper/diagnose_ex.hxx> #include <sal/log.hxx> void func1(); diff --git a/compilerplugins/clang/test/logexceptionnicely.cxx b/compilerplugins/clang/test/logexceptionnicely.cxx index 458eef8c4d10..3a0d85f75280 100644 --- a/compilerplugins/clang/test/logexceptionnicely.cxx +++ b/compilerplugins/clang/test/logexceptionnicely.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <tools/diagnose_ex.h> +#include <comphelper/diagnose_ex.hxx> #include <sal/log.hxx> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/uno/Exception.hpp> diff --git a/compilerplugins/clang/test/sallogareas.cxx b/compilerplugins/clang/test/sallogareas.cxx index 1b172ebd00b6..8dd552b9faa6 100644 --- a/compilerplugins/clang/test/sallogareas.cxx +++ b/compilerplugins/clang/test/sallogareas.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <tools/diagnose_ex.h> +#include <comphelper/diagnose_ex.hxx> #include <sal/log.hxx> void func1(); |