diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:53:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:53:06 +0200 |
commit | fcbc0a31b6db068ecaaad84ac61c1ed3804226b6 (patch) | |
tree | 4fc0cdabd897b2ff8cc114d0a75a84532de5fb8c /unoidl | |
parent | 52b605ff36089fc56c1c41d413adcd131cde845c (diff) |
loplugin:includeform: unoidl (macOS)
Change-Id: I264ff44b441be5addfd03f48218b053c0f7f875d
Diffstat (limited to 'unoidl')
-rw-r--r-- | unoidl/source/sourcetreeprovider.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx index df6a81c3f5ab..592ad0e363a6 100644 --- a/unoidl/source/sourcetreeprovider.cxx +++ b/unoidl/source/sourcetreeprovider.cxx @@ -28,7 +28,7 @@ #if defined MACOSX #include <dirent.h> -#include "osl/thread.h" +#include <osl/thread.h> #endif namespace unoidl { namespace detail { |