diff options
Diffstat (limited to 'include/comphelper/property.hxx')
-rw-r--r-- | include/comphelper/property.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/property.hxx b/include/comphelper/property.hxx index 086565a7d87d..911df7fd9f56 100644 --- a/include/comphelper/property.hxx +++ b/include/comphelper/property.hxx @@ -25,8 +25,8 @@ #include <com/sun/star/beans/Property.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <functional> -#include "comphelper/comphelperdllapi.h" -#include "cppu/unotype.hxx" +#include <comphelper/comphelperdllapi.h> +#include <cppu/unotype.hxx> //========================================================================= //= property helper classes |