summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx8
1 files changed, 1 insertions, 7 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
//-----------------------------------------------