diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:13:21 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:41 -0600 |
commit | a525fa440245833eb9520c9d290eff2ecebfa615 (patch) | |
tree | 4fb08f6ddf1b2d8e279e364564736d0379656b34 /include/osl/time.h | |
parent | 1daa9264d5168f6ef100223359d963c1a0310c42 (diff) |
fdo#65108 inter-module includes <> include/osl
Change-Id: I0490192db3d6b46c6b181ae122028e11682a13cf
Diffstat (limited to 'include/osl/time.h')
-rw-r--r-- | include/osl/time.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/time.h b/include/osl/time.h index 484adb0e70c6..1b35d20be8bc 100644 --- a/include/osl/time.h +++ b/include/osl/time.h @@ -20,10 +20,10 @@ #ifndef _OSL_TIME_H_ #define _OSL_TIME_H_ -#include "sal/config.h" +#include <sal/config.h> -#include "sal/saldllapi.h" -#include "sal/types.h" +#include <sal/saldllapi.h> +#include <sal/types.h> #ifdef __cplusplus extern "C" { |