remove \r
[extl.git] / extl / container / pair.h
blobaf74d21de76bff955c61ca5240ae1ba13e82b7d2
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: pair.h
4 * Created: 08.12.07
5 * Updated: 08.12.07
7 * Brief: The Pair Library
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
12 #ifndef EXTL_CONTAINER_PAIR_H
13 #define EXTL_CONTAINER_PAIR_H
15 /* ///////////////////////////////////////////////////////////////////////
16 * Includes
18 #include "basic_pair.h"
19 #include "pair_selector.h"
21 /* //////////////////////////////////////////////////////////////////// */
22 #endif /* EXTL_CONTAINER_PAIR_H */
23 /* //////////////////////////////////////////////////////////////////// */