Problem: deprecated zmq_utils.h is still included

Solution: remove all remaining references to `zmq_utils.h`
This commit is contained in:
Constantin Rack
2016-02-01 11:34:36 +01:00
parent 435535ce92
commit 7da3ee138e
17 changed files with 3 additions and 19 deletions

View File

@@ -28,8 +28,8 @@
*************************************************************************
NOTE to contributors. This file comprises the principal public contract
for ZeroMQ API users (along with zmq_utils.h). Any change to this file
supplied in a stable release SHOULD not break existing applications.
for ZeroMQ API users. Any change to this file supplied in a stable
release SHOULD not break existing applications.
In practice this means that the value of constants must not change, and
that old values may not be reused for new constants.
*************************************************************************