[Libreoffice-commits] core.git: basic/source
Arnaud Versini
arnaud.versini at gmail.com
Sun Jul 31 19:42:46 UTC 2016
basic/source/comp/buffer.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 8b03ea6555226ec00963297a097861a53188ff1f
Author: Arnaud Versini <arnaud.versini at gmail.com>
Date: Sun Jul 31 15:35:17 2016 +0200
BASIC: Remove completly useless osl/thread include
Change-Id: I60c0b5d273344cb23c1226d7f2da81b6ee55892b
Reviewed-on: https://gerrit.libreoffice.org/27753
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/basic/source/comp/buffer.cxx b/basic/source/comp/buffer.cxx
index 8954395..fdb2fa4 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"
More information about the Libreoffice-commits
mailing list