diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 16:23:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 21:18:39 +0200 |
commit | 530899ba181cf7ae34c99ee061958b9e540082b6 (patch) | |
tree | c8ad79fcf19fe64376ca3c31fcd487b29f1ac6f4 /cppuhelper/test/loader | |
parent | a2db194ea0eee4deb6401f6352144e5be077c140 (diff) |
cppuhelper: fix includes
Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f
Diffstat (limited to 'cppuhelper/test/loader')
-rw-r--r-- | cppuhelper/test/loader/loader.test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/loader/loader.test.cxx b/cppuhelper/test/loader/loader.test.cxx index be4ee1219027..a2a33d9f08cc 100644 --- a/cppuhelper/test/loader/loader.test.cxx +++ b/cppuhelper/test/loader/loader.test.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/main.h" +#include <sal/main.h> #include <cppuhelper/shlib.hxx> #include <cppuhelper/implbase1.hxx> #include <cppu/EnvDcp.hxx> |