diff options
Diffstat (limited to 'bridges/inc/cppinterfaceproxy.hxx')
-rw-r--r-- | bridges/inc/cppinterfaceproxy.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bridges/inc/cppinterfaceproxy.hxx b/bridges/inc/cppinterfaceproxy.hxx index 00972829a53c..fb25532855eb 100644 --- a/bridges/inc/cppinterfaceproxy.hxx +++ b/bridges/inc/cppinterfaceproxy.hxx @@ -25,12 +25,12 @@ #include <atomic> #include <cstddef> -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "typelib/typedescription.h" -#include "uno/dispatcher.h" -#include "uno/environment.h" -#include "vtablefactory.hxx" +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <typelib/typedescription.h> +#include <uno/dispatcher.h> +#include <uno/environment.h> +#include <vtablefactory.hxx> namespace com { namespace sun { namespace star { namespace uno { class XInterface; |