summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-28 13:12:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 09:25:10 +0200
commit4c4d748767c5740cc4b5348c69ad86c68db234bd (patch)
tree0dd2552859802f0554f83589cc02995eaa7c602e /sc
parentRemove UNO includes comments (diff)
downloadcore-4c4d748767c5740cc4b5348c69ad86c68db234bd.tar.gz
core-4c4d748767c5740cc4b5348c69ad86c68db234bd.zip
Remove some more include guards
Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/compiler.hxx8
-rw-r--r--sc/inc/compressedarray.hxx8
2 files changed, 2 insertions, 14 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 470d8eb8afd1..c7031b8901b4 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -29,10 +29,8 @@
#ifndef SC_COMPILER_HXX
#define SC_COMPILER_HXX
-#ifndef INCLUDED_STRING_H
#include <string.h>
-#define INCLUDED_STRING_H
-#endif
+
#include <tools/mempool.hxx>
#include "scdllapi.h"
#include "global.hxx"
@@ -47,11 +45,7 @@
#include <formula/FormulaCompiler.hxx>
#include <boost/intrusive_ptr.hpp>
-
-#ifndef INCLUDED_HASH_MAP
#include <boost/unordered_map.hpp>
-#define INCLUDED_HASH_MAP
-#endif
//-----------------------------------------------
diff --git a/sc/inc/compressedarray.hxx b/sc/inc/compressedarray.hxx
index 3d1ea6d5e1ff..eb38a3d10d71 100644
--- a/sc/inc/compressedarray.hxx
+++ b/sc/inc/compressedarray.hxx
@@ -29,15 +29,9 @@
#ifndef SC_COMPRESSEDARRAY_HXX
#define SC_COMPRESSEDARRAY_HXX
-#ifndef INCLUDED_CSTDDEF
#include <cstddef>
-#define INCLUDED_CSTDDEF
-#endif
-
-#ifndef INCLUDED_ALGORITHM
#include <algorithm>
-#define INCLUDED_ALGORITHM
-#endif
+
#include "scdllapi.h"
const size_t nScCompressedArrayDelta = 4;