diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-06 11:27:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-06 11:27:56 +0200 |
commit | f239694560701d7cab15e1b8d3bd340fe319c77d (patch) | |
tree | 4f5d8588b345d7c728d7ce047c700526a3f4c942 /include/osl | |
parent | 18cf49580846c176f2c93d0072ee9de96b129a26 (diff) |
Fix order of includes again
...after bfb978334cea775b8ae5c40ceea050ea0660d80a "osl: conditin.h and
conditin.hxx doxygen updates"
Change-Id: I63b6fefd2ed9a1c338e01f16c1efc1b6304103bc
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/conditn.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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> |