summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2016-07-31 15:35:17 +0200
committerCaolán McNamara <caolanm@redhat.com>2016-07-31 19:42:16 +0000
commit8b03ea6555226ec00963297a097861a53188ff1f (patch)
tree2225d7b81130ba0009e175819f6489ec1ad2d538 /basic
parent8a6b2fb5b94de43316ab3ea95ff07cf5f46b6134 (diff)
BASIC: Remove completly useless osl/thread include
Change-Id: I60c0b5d273344cb23c1226d7f2da81b6ee55892b Reviewed-on: https://gerrit.libreoffice.org/27753 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/buffer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/comp/buffer.cxx b/basic/source/comp/buffer.cxx
index 89543950e4c3..fdb2fa4bb99b 100644
--- a/basic/source/comp/buffer.cxx
+++ b/basic/source/comp/buffer.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <osl/thread.h>
#include "buffer.hxx"
#include "parser.hxx"