#include <utility>
#include <list>
-#include <boost_local/type_traits.hpp>
-#include <boost_local/tuple/tuple.hpp>
-#include <boost_local/shared_ptr.hpp>
+#include <boost/type_traits.hpp>
+#include <boost/tuple/tuple.hpp>
+#include <boost/shared_ptr.hpp>
#if DEAL_II_USE_MT == 1
# if defined(DEAL_II_USE_MT_POSIX)
// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
#include <vector>
-#include <boost_local/shared_ptr.hpp>
+#include <boost/shared_ptr.hpp>
/**
// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
#include <multigrid/mg_base.h>
#include <multigrid/mg_level_object.h>
-#include <boost_local/shared_ptr.hpp>
+#include <boost/shared_ptr.hpp>
template <int dim> class MGDoFHandler;