blob: c3d37903e4a16471391cd160f49987a68ac65261 [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001// 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 Thompson3d613fd2013-10-15 15:39:04 -07007#ifndef NDNBOOST_SWAP_HPP
8#define NDNBOOST_SWAP_HPP
Jeff Thompsona28eed82013-08-22 16:21:10 -07009
10#include "ndnboost/utility/swap.hpp"
11
12#endif