diff options
Diffstat (limited to 'include/cppuhelper/queryinterface.hxx')
-rw-r--r-- | include/cppuhelper/queryinterface.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/cppuhelper/queryinterface.hxx b/include/cppuhelper/queryinterface.hxx index 0fe2f5a99605..0d662943695c 100644 --- a/include/cppuhelper/queryinterface.hxx +++ b/include/cppuhelper/queryinterface.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_CPPUHELPER_QUERYINTERFACE_HXX #define INCLUDED_CPPUHELPER_QUERYINTERFACE_HXX -#include <sal/config.h> -#include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/uno/Type.hxx> -#include <sal/types.h> +#include "sal/config.h" +#include "com/sun/star/uno/Any.hxx" +#include "com/sun/star/uno/Type.hxx" +#include "sal/types.h" namespace cppu { |