mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 08:46:44 +01:00
changed order of includes
This commit is contained in:
parent
3cdc9218c2
commit
f472893da1
@ -41,10 +41,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "platform.hpp"
|
||||
#include "likely.hpp"
|
||||
|
||||
// 0MQ-specific error codes are defined in zmq.h
|
||||
#include "../include/zmq.h"
|
||||
|
||||
#ifdef ZMQ_HAVE_WINDOWS
|
||||
#include "windows.hpp"
|
||||
@ -52,6 +48,11 @@
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
#include "likely.hpp"
|
||||
|
||||
// 0MQ-specific error codes are defined in zmq.h
|
||||
#include "../include/zmq.h"
|
||||
|
||||
// EPROTO is not used by OpenBSD and maybe other platforms.
|
||||
#ifndef EPROTO
|
||||
#define EPROTO 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user