1 //  Copyright (c) 2007-2014 Hartmut Kaiser
2 //
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(HPX_APPLY_APR_15_2012_0441PM)
7 #define HPX_APPLY_APR_15_2012_0441PM
8 
9 #include <hpx/apply.hpp>
10 #include <hpx/runtime/applier/detail/apply_colocated.hpp>
11 #include <hpx/runtime/applier/detail/apply_colocated_callback.hpp>
12 
13 #endif
14 
15