diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-01 10:15:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-10-01 15:13:43 +0200 |
commit | ede6b3a780d60edd0357f3ea2426764c0ed13e6b (patch) | |
tree | 31ed85cf083656098afe9ce01c48e484e1d4f9c2 /compilerplugins | |
parent | 0ddd856af3a9383dc2c6a9a95fd5dc4bfdfeaf7d (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/stringconcatauto.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |