diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-03-13 12:58:35 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-03-13 12:58:35 +0100 |
commit | 28a707371ff9414a1394c52de182ac295eaa00d7 (patch) | |
tree | 44378333e1c1ac82c8f960dfb8c65ca85fed0b7a /src | |
parent | 4a444c0bfca2ef61de6f22cee79104990493c9ae (diff) |
MSVC build fixed; xs_utils.h includes removed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/xszmq.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xszmq.cpp b/src/xszmq.cpp index b1f892a..d1fb20c 100644 --- a/src/xszmq.cpp +++ b/src/xszmq.cpp @@ -23,7 +23,6 @@ #include "../include/zmq_utils.h" #include "../include/xs.h" -#include "../include/xs_utils.h" #include "platform.hpp" @@ -34,7 +33,7 @@ #if !defined XS_HAVE_WINDOWS #include <unistd.h> #else -#include <windows.hpp> +#include "windows.hpp" #endif void zmq_version (int *major_, int *minor_, int *patch_) |