diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-22 08:56:06 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-22 12:50:47 +0200 |
commit | e01f3e4559ba0011e32f0e0dda1df6173dd83295 (patch) | |
tree | 6ad06a3cdd32dddbfed16aa9528f6195656fb7a1 /stoc/test/testproxyfac.cxx | |
parent | c38678e140500083f81e0e006ba9b69e6f351fb1 (diff) |
stoc: fix includes
Change-Id: I0809bfa6897d469e63d6e84898f60aae16a14862
Diffstat (limited to 'stoc/test/testproxyfac.cxx')
-rw-r--r-- | stoc/test/testproxyfac.cxx | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stoc/test/testproxyfac.cxx b/stoc/test/testproxyfac.cxx index f9fe223753b3..8f5c4fddcdf6 100644 --- a/stoc/test/testproxyfac.cxx +++ b/stoc/test/testproxyfac.cxx @@ -18,22 +18,22 @@ */ -#include "sal/main.h" -#include "osl/diagnose.h" -#include "rtl/alloc.h" -#include "uno/environment.hxx" +#include <sal/main.h> +#include <osl/diagnose.h> +#include <rtl/alloc.h> +#include <uno/environment.hxx> #include <uno/lbnames.h> -#include "cppuhelper/servicefactory.hxx" -#include "cppuhelper/implbase1.hxx" -#include "cppuhelper/implbase3.hxx" -#include "com/sun/star/uno/XCurrentContext.hpp" -#include "com/sun/star/lang/DisposedException.hpp" -#include "com/sun/star/lang/XComponent.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/registry/XSimpleRegistry.hpp" -#include "com/sun/star/registry/XImplementationRegistration.hpp" -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/reflection/XProxyFactory.hpp" +#include <cppuhelper/servicefactory.hxx> +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase3.hxx> +#include <com/sun/star/uno/XCurrentContext.hpp> +#include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/registry/XSimpleRegistry.hpp> +#include <com/sun/star/registry/XImplementationRegistration.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/reflection/XProxyFactory.hpp> #include <stdio.h> |