diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:51:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-24 11:51:58 +0200 |
commit | 7d69ac0b8f11ed9cbee2925fc60119404eed4211 (patch) | |
tree | d2fc5d30d663a00722b0d7486325fd2ff6e5a697 /sal | |
parent | acb3ed0615a1b4e31257fa1014e9e2f2188c602c (diff) |
loplugin:includeform: compat.cxx redux
Change-Id: I935c5b4a219f3b673f62d8788504de85b53a47ca
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/all/compat.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sal/osl/all/compat.cxx b/sal/osl/all/compat.cxx index b43bae85d88b..e562a853a951 100644 --- a/sal/osl/all/compat.cxx +++ b/sal/osl/all/compat.cxx @@ -7,15 +7,15 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include <sal/config.h> #include <cstdlib> -#include "osl/module.h" -#include "osl/pipe.h" -#include "osl/socket.h" -#include "osl/time.h" -#include "sal/types.h" +#include <osl/module.h> +#include <osl/pipe.h> +#include <osl/socket.h> +#include <osl/time.h> +#include <sal/types.h> // Stubs for removed functionality, to be killed when we bump sal SONAME |