Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame] | 1 | // Copyright (C) 2007 Joseph Gauterin |
2 | // | ||||
3 | // Distributed under the Boost Software License, Version 1.0. (See | ||||
4 | // accompanying file LICENSE_1_0.txt or copy at | ||||
5 | // http://www.boost.org/LICENSE_1_0.txt) | ||||
6 | |||||
Jeff Thompson | 3d613fd | 2013-10-15 15:39:04 -0700 | [diff] [blame] | 7 | #ifndef NDNBOOST_SWAP_HPP |
8 | #define NDNBOOST_SWAP_HPP | ||||
Jeff Thompson | a28eed8 | 2013-08-22 16:21:10 -0700 | [diff] [blame] | 9 | |
10 | #include "ndnboost/utility/swap.hpp" | ||||
11 | |||||
12 | #endif |