diff options
Diffstat (limited to 'include/cppuhelper/compbase9.hxx')
-rw-r--r-- | include/cppuhelper/compbase9.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/compbase9.hxx b/include/cppuhelper/compbase9.hxx index 78cd2b96e0d9..c07f56bd467b 100644 --- a/include/cppuhelper/compbase9.hxx +++ b/include/cppuhelper/compbase9.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CPPUHELPER_COMPBASE9_HXX #define INCLUDED_CPPUHELPER_COMPBASE9_HXX -#include <cppuhelper/implbase9.hxx> -#include <cppuhelper/compbase_ex.hxx> +#include "cppuhelper/implbase9.hxx" +#include "cppuhelper/compbase_ex.hxx" namespace cppu { |