summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 16:20:18 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-09 19:57:20 +0100
commit77cbc98b7bf77757ccae232165e10939e5adf2ec (patch)
tree11e770848cb5636a633275cb89c2e45d8f19f7a8 /formula
parent2c56a53e5fb1e2240cf56e9886638c4dbcb85578 (diff)
Trying to remove the stlport mention from the code
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/api/token.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/formula/source/core/api/token.cxx b/formula/source/core/api/token.cxx
index edf3d5d400..87cb865243 100644
--- a/formula/source/core/api/token.cxx
+++ b/formula/source/core/api/token.cxx
@@ -29,11 +29,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_formula.hxx"
-#if STLPORT_VERSION<321
-#include <stddef.h>
-#else
#include <cstddef>
-#endif
#include <cstdio>
#include <string.h>