summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-24 11:51:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-24 11:51:58 +0200
commit7d69ac0b8f11ed9cbee2925fc60119404eed4211 (patch)
treed2fc5d30d663a00722b0d7486325fd2ff6e5a697 /sal/osl
parentacb3ed0615a1b4e31257fa1014e9e2f2188c602c (diff)
loplugin:includeform: compat.cxx redux
Change-Id: I935c5b4a219f3b673f62d8788504de85b53a47ca
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/all/compat.cxx12
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