summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-05 14:16:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-05 14:29:39 +0100
commit789e74cc81c26e286f34c169822855e25d4e58b4 (patch)
tree1c0c78719894d2b62f07abeb0603a9948fc71991 /sc/inc
parenta82a28becf2ba1b222300469743d718547af1b6b (diff)
consistent includes
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/address.hxx3
-rw-r--r--sc/inc/refreshtimer.hxx2
2 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 661120445643..0fa41b3468b4 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -36,10 +36,7 @@
#include <rtl/ustrbuf.hxx>
#include <osl/endian.h>
-#ifndef INCLUDED_LIMITS
#include <limits>
-#define INCLUDED_LIMITS
-#endif
#include "scdllapi.h"
#include <formula/grammar.hxx>
diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx
index 9ded9478731f..7b747aac5ae6 100644
--- a/sc/inc/refreshtimer.hxx
+++ b/sc/inc/refreshtimer.hxx
@@ -31,7 +31,7 @@
#include <vcl/timer.hxx>
#include <osl/mutex.hxx>
-#include <scdllapi.h>
+#include "scdllapi.h"
class ScRefreshTimerControl
{