remove \r
[extl.git] / extl / prefix.h
blob0a1a26ba21c6237f71948104df4931d6b954e0aa
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: prefix.h
4 * Created: 08.11.23
5 * Updated: 08.11.23
7 * Brief: The Prefix File of The Extensible Template Library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_PREFIX_H
14 #define EXTL_PREFIX_H
16 /* ///////////////////////////////////////////////////////////////////////
17 * Includes
19 #include "config/config.h"
20 #include "utility/static_assert.h"
21 #include "utility/static_message_assert.h"
22 #include "type/type.h"
24 #ifndef EXTL_NEW_PLATFORM_ENABLE
25 # include "platform/utility/assert.h"
26 #else
27 # include "platform_/utility/assert.h"
28 #endif
30 #ifdef __cplusplus
31 # include "log/log.h"
32 #endif
34 /* //////////////////////////////////////////////////////////////////// */
35 #endif /* EXTL_PREFIX_H */
36 /* //////////////////////////////////////////////////////////////////// */