diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 18:10:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-11 01:55:37 +0200 |
commit | 6d2de44a543e9503fcf67beb77592de8847ef648 (patch) | |
tree | eea321393a0b2e58185e8cdcbd2eafad22d54dc0 /comphelper/source/property/propagg.cxx | |
parent | 878398bac2ba1b388ac2237d1f445ba7702956d0 (diff) |
fix-includes.pl: comphelper
Change-Id: I0b4cd8320881b2b1f7984c86e58915217bcd0d5f
Diffstat (limited to 'comphelper/source/property/propagg.cxx')
-rw-r--r-- | comphelper/source/property/propagg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/property/propagg.cxx b/comphelper/source/property/propagg.cxx index 18d91948dc54..bee4e70126cc 100644 --- a/comphelper/source/property/propagg.cxx +++ b/comphelper/source/property/propagg.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "comphelper/propagg.hxx" -#include "comphelper/property.hxx" +#include <comphelper/propagg.hxx> +#include <comphelper/property.hxx> #include <cppuhelper/queryinterface.hxx> #include <osl/diagnose.h> #include <com/sun/star/beans/PropertyAttribute.hpp> |