diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:15:40 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:42 -0600 |
commit | bda91b953bbb44fe10cc962f4be84a9305748609 (patch) | |
tree | bd3b3f0856cac37a1c579a420a431b67f4d66ce6 /include/sal/log.hxx | |
parent | 1b9742b7d7827064730cfd92ebfbba4e80b9b6a5 (diff) |
fdo#65108 inter-module includes <> include/sal
Change-Id: I4adce49a3f19eb16eb0b0d4a743b150c28a4a453
Diffstat (limited to 'include/sal/log.hxx')
-rw-r--r-- | include/sal/log.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sal/log.hxx b/include/sal/log.hxx index 23ea6f388c7c..563ed57a2c6d 100644 --- a/include/sal/log.hxx +++ b/include/sal/log.hxx @@ -10,15 +10,15 @@ #ifndef INCLUDED_SAL_LOG_HXX #define INCLUDED_SAL_LOG_HXX -#include "sal/config.h" +#include <sal/config.h> #include <cstdlib> #include <sstream> #include <string> -#include "sal/detail/log.h" -#include "sal/saldllapi.h" -#include "sal/types.h" +#include <sal/detail/log.h> +#include <sal/saldllapi.h> +#include <sal/types.h> // Avoid the use of other sal code in this header as much as possible, so that // this code can be called from other sal code without causing endless |