[Libreoffice-commits] core.git: sal/osl

Stephan Bergmann sbergman at redhat.com
Tue Oct 24 09:52:26 UTC 2017


 sal/osl/all/compat.cxx |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 7d69ac0b8f11ed9cbee2925fc60119404eed4211
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Oct 24 11:51:58 2017 +0200

    loplugin:includeform: compat.cxx redux
    
    Change-Id: I935c5b4a219f3b673f62d8788504de85b53a47ca

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
 


More information about the Libreoffice-commits mailing list