Commit 54738d06 authored by neverlord's avatar neverlord

tidy up some includes

parent 9ef480a4
...@@ -32,14 +32,12 @@ ...@@ -32,14 +32,12 @@
#include <list> #include <list>
#include <memory> #include <memory>
#include "cppa/invoke.hpp" namespace cppa { namespace detail { class invokable; class intermediate; } }
#include "cppa/intrusive_ptr.hpp"
#include "cppa/detail/invokable.hpp"
#include "cppa/detail/intermediate.hpp"
namespace cppa { namespace cppa {
class any_tuple;
struct invoke_rules struct invoke_rules
{ {
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include "cppa/detail/boxed.hpp" #include "cppa/detail/boxed.hpp"
#include "cppa/detail/unboxed.hpp" #include "cppa/detail/unboxed.hpp"
#include "cppa/detail/invokable.hpp"
#include "cppa/detail/ref_counted_impl.hpp" #include "cppa/detail/ref_counted_impl.hpp"
namespace cppa { namespace detail { namespace cppa { namespace detail {
......
...@@ -26,7 +26,9 @@ ...@@ -26,7 +26,9 @@
* along with libcppa. If not, see <http://www.gnu.org/licenses/>. * * along with libcppa. If not, see <http://www.gnu.org/licenses/>. *
\******************************************************************************/ \******************************************************************************/
#include "cppa/invoke.hpp"
#include "cppa/invoke_rules.hpp" #include "cppa/invoke_rules.hpp"
#include "cppa/detail/invokable.hpp"
namespace cppa { namespace cppa {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment