mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Problem: unused include directives and redundant forward declarations
Solution: removed
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
#ifndef __ZMQ_SESSION_BASE_HPP_INCLUDED__
|
||||
#define __ZMQ_SESSION_BASE_HPP_INCLUDED__
|
||||
|
||||
#include <string>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "own.hpp"
|
||||
@@ -41,9 +40,7 @@
|
||||
|
||||
namespace zmq
|
||||
{
|
||||
class pipe_t;
|
||||
class io_thread_t;
|
||||
class socket_base_t;
|
||||
struct i_engine;
|
||||
struct address_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user