remove \r
[extl.git] / extl / container / prefix.h
blob6f240200adb9d02e404bd6a6a994fe26ecb73b91
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: prefix.h
4 * Created: 08.08.02
5 * Updated: 08.08.02
7 * Brief: The prefix file of the container library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_CONTAINER_PREFIX_H
14 #define EXTL_CONTAINER_PREFIX_H
16 /* ///////////////////////////////////////////////////////////////////////
17 * Includes
19 #include "../prefix.h"
20 #include "../iterator/iterator.h"
21 #include "../error/error.h"
23 /* //////////////////////////////////////////////////////////////////// */
24 #endif /* EXTL_CONTAINER_PREFIX_H */
25 /* //////////////////////////////////////////////////////////////////// */