]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/swap.hpp
Cmake export tests: Handle attic files with now missing references to png graphics
[lyx.git] / boost / boost / swap.hpp
index dfc11f059dbe77b036426e0f109177eca6ee949b..55cafa4fdd85722f0388d99bbad995c679b63a21 100644 (file)
@@ -1,12 +1,17 @@
-// Copyright (C) 2007 Joseph Gauterin
-//
-// Distributed under the Boost Software License, Version 1.0. (See
-// accompanying file LICENSE_1_0.txt or copy at
-// http://www.boost.org/LICENSE_1_0.txt)
+/*
+ * Copyright (c) 2014 Glen Fernandes
+ *
+ * Distributed under the Boost Software License, Version 1.0. (See
+ * accompanying file LICENSE_1_0.txt or copy at
+ * http://www.boost.org/LICENSE_1_0.txt)
+ */
 
 #ifndef BOOST_SWAP_HPP
 #define BOOST_SWAP_HPP
 
-#include "boost/utility/swap.hpp"
+// The header file at this path is deprecated;
+// use boost/core/swap.hpp instead.
+
+#include <boost/core/swap.hpp>
 
 #endif