Problem: unused include directives and redundant forward declarations

Solution: removed
This commit is contained in:
Simon Giesecke
2018-05-18 17:47:47 +02:00
parent 04ec6aaf28
commit d6952ded71
37 changed files with 32 additions and 55 deletions

View File

@@ -30,7 +30,6 @@
#ifndef __ZMQ_PIPE_HPP_INCLUDED__
#define __ZMQ_PIPE_HPP_INCLUDED__
#include "msg.hpp"
#include "ypipe_base.hpp"
#include "config.hpp"
#include "object.hpp"
@@ -40,7 +39,7 @@
namespace zmq
{
class object_t;
class msg_t;
class pipe_t;
// Create a pipepair for bi-directional transfer of messages.