compilerplugins/clang/stringconcatauto.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ede6b3a780d60edd0357f3ea2426764c0ed13e6b
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Oct 1 10:15:36 2019 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Oct 1 15:13:43 2019 +0200

    Remove spurious #include <unistd.h>
    
    (which appears to be unused and caused compilation failure on Windows)
    
    Change-Id: Ice6882d98da3bac1f53e869b73ab179df93280fa
    Reviewed-on: https://gerrit.libreoffice.org/79925
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/compilerplugins/clang/stringconcatauto.cxx 
b/compilerplugins/clang/stringconcatauto.cxx
index 0e708d4f6369..6d20f2fd0e14 100644
--- a/compilerplugins/clang/stringconcatauto.cxx
+++ b/compilerplugins/clang/stringconcatauto.cxx
@@ -23,8 +23,6 @@ and so their lifecycle should not extend the lifecycle of 
those temporaries.
 #include "plugin.hxx"
 #include "check.hxx"
 
-#include <unistd.h>
-
 namespace loplugin
 {
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to