diff options
Diffstat (limited to 'sc/source/ui/inc/dpcontrol.hxx')
-rw-r--r-- | sc/source/ui/inc/dpcontrol.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/dpcontrol.hxx b/sc/source/ui/inc/dpcontrol.hxx index cb48713511c6..e574f672429b 100644 --- a/sc/source/ui/inc/dpcontrol.hxx +++ b/sc/source/ui/inc/dpcontrol.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_DPCONTROL_HXX #define INCLUDED_SC_SOURCE_UI_INC_DPCONTROL_HXX -#include "rtl/ustring.hxx" -#include "tools/gen.hxx" -#include "tools/fract.hxx" +#include <rtl/ustring.hxx> +#include <tools/gen.hxx> +#include <tools/fract.hxx> class OutputDevice; class Point; |