1 2 // Copyright 2006-2009 Daniel James. 3 // Distributed under the Boost Software License, Version 1.0. (See accompanying 4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 5 6 #if !defined(BOOST_UNORDERED_TEST_OBJECTS_FWD_HEADER) 7 #define BOOST_UNORDERED_TEST_OBJECTS_FWD_HEADER 8 9 namespace test { 10 class object; 11 class hash; 12 class less; 13 class equal_to; 14 template <class T> class allocator; 15 } 16 17 #endif 18