From 830d2ede86ec6204336b45e5d0a958b8911f2813 Mon Sep 17 00:00:00 2001 From: Markus Rothe Date: Wed, 17 Jul 2013 13:59:06 +0200 Subject: [PATCH] Revert "Fix missing include". Don't include twice. Another include was introduced in 938e4ab0. This reverts commit f1fd8f8f6a50e4be7797a5829062cb7649c6365a. --- zmq.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zmq.hpp b/zmq.hpp index 17e2384..d1fc8cd 100644 --- a/zmq.hpp +++ b/zmq.hpp @@ -32,7 +32,6 @@ #include #include #include -#include // Detect whether the compiler supports C++11 rvalue references. #if (defined(__GNUC__) && (__GNUC__ > 4 || \