[Libreoffice-commits] .: basic/source
August Sodora
augsod at kemper.freedesktop.org
Sun Nov 20 20:26:53 PST 2011
basic/source/comp/buffer.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit d71ffc855f02e186118c7e9ec59054e7aa0e4ecb
Author: August Sodora <augsod at gmail.com>
Date: Sun Nov 20 23:26:31 2011 -0500
Remove unnecessary includes
diff --git a/basic/source/comp/buffer.cxx b/basic/source/comp/buffer.cxx
index 2e0fb54..218ce4f 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;
More information about the Libreoffice-commits
mailing list