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

Stephan Bergmann sbergman at redhat.com
Tue Jun 6 09:29:00 UTC 2017


 include/osl/conditn.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f239694560701d7cab15e1b8d3bd340fe319c77d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jun 6 11:27:56 2017 +0200

    Fix order of includes again
    
    ...after bfb978334cea775b8ae5c40ceea050ea0660d80a "osl: conditin.h and
    conditin.hxx doxygen updates"
    
    Change-Id: I63b6fefd2ed9a1c338e01f16c1efc1b6304103bc

diff --git a/include/osl/conditn.hxx b/include/osl/conditn.hxx
index 43a1d07cb157..5852f376b98b 100644
--- a/include/osl/conditn.hxx
+++ b/include/osl/conditn.hxx
@@ -20,9 +20,10 @@
 #ifndef INCLUDED_OSL_CONDITN_HXX
 #define INCLUDED_OSL_CONDITN_HXX
 
+#include <sal/config.h>
+
 #include <cstddef>
 
-#include <sal/config.h>
 #include <osl/time.h>
 #include <osl/conditn.h>
 


More information about the Libreoffice-commits mailing list