summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-11-20 23:26:31 -0500
committerAugust Sodora <augsod@gmail.com>2011-11-20 23:26:31 -0500
commitd71ffc855f02e186118c7e9ec59054e7aa0e4ecb (patch)
tree6ea97ccf78f28f3684cbb90d8aaec10697b4a761 /basic
parent9d84030a5f9d859a9915c13ca429beb5bbc0ac6f (diff)
Remove unnecessary includes
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/buffer.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/basic/source/comp/buffer.cxx b/basic/source/comp/buffer.cxx
index 2e0fb542d3c2..218ce4f232ea 100644
--- a/basic/source/comp/buffer.cxx
+++ b/basic/source/comp/buffer.cxx
@@ -29,9 +29,8 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_basic.hxx"
-#include "sbcomp.hxx"
#include "buffer.hxx"
-#include <string.h>
+#include "sbcomp.hxx"
const static sal_uInt32 UP_LIMIT=0xFFFFFF00L;