diff options
Diffstat (limited to 'include/cppuhelper/compbase5.hxx')
-rw-r--r-- | include/cppuhelper/compbase5.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppuhelper/compbase5.hxx b/include/cppuhelper/compbase5.hxx index 5e583aa3ff13..7f279e553dc0 100644 --- a/include/cppuhelper/compbase5.hxx +++ b/include/cppuhelper/compbase5.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CPPUHELPER_COMPBASE5_HXX #define INCLUDED_CPPUHELPER_COMPBASE5_HXX -#include <cppuhelper/implbase5.hxx> -#include <cppuhelper/compbase_ex.hxx> +#include "cppuhelper/implbase5.hxx" +#include "cppuhelper/compbase_ex.hxx" namespace cppu { |