From 1cbdcc31b8a921c508f2fdf09847f64d004a7faa Mon Sep 17 00:00:00 2001 From: Radu Ioan Date: Mon, 5 Aug 2013 00:18:29 +0300 Subject: fdo#63926 - remove extra include paths in svtools/ and sfx2/ - removed some paths from include - more of this kind wil follow Change-Id: I0255d8dd338d82dfd4ac3027c34cddea493f105d Reviewed-on: https://gerrit.libreoffice.org/5281 Reviewed-by: Miklos Vajna Tested-by: Miklos Vajna --- svtools/source/control/calendar.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svtools/source/control/calendar.cxx') diff --git a/svtools/source/control/calendar.cxx b/svtools/source/control/calendar.cxx index a37cda3b3016..6d4a1005a69d 100644 --- a/svtools/source/control/calendar.cxx +++ b/svtools/source/control/calendar.cxx @@ -33,9 +33,9 @@ #include #include -#include -#include -#include +#include +#include +#include // ======================================================================= -- cgit