diff options
Diffstat (limited to 'bridges/inc/unointerfaceproxy.hxx')
-rw-r--r-- | bridges/inc/unointerfaceproxy.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bridges/inc/unointerfaceproxy.hxx b/bridges/inc/unointerfaceproxy.hxx index c76b62dd28b0..ba3ddcbb5624 100644 --- a/bridges/inc/unointerfaceproxy.hxx +++ b/bridges/inc/unointerfaceproxy.hxx @@ -25,11 +25,11 @@ #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 <rtl/ustring.hxx> +#include <sal/types.h> +#include <typelib/typedescription.h> +#include <uno/dispatcher.h> +#include <uno/environment.h> namespace com { namespace sun { namespace star { namespace uno { class XInterface; |