mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
Problem: unused include directives and redundant forward declarations
Solution: removed
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <map>
|
||||
|
||||
#include "atomic_ptr.hpp"
|
||||
@@ -41,6 +40,7 @@
|
||||
#include "tcp_address.hpp"
|
||||
|
||||
#if defined ZMQ_HAVE_SO_PEERCRED || defined ZMQ_HAVE_LOCAL_PEERCRED
|
||||
#include <set>
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef ZMQ_HAVE_LOCAL_PEERCRED
|
||||
|
||||
Reference in New Issue
Block a user