From a025e6c1c99ea113cd2013a5d997241829e8edc4 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 6 Mar 2018 08:46:17 +0100 Subject: [PATCH] breaking change: the linux-tcp module is no longer included by default, applications that rely on this now have to explicitly include amcpcpp/linux_tcp --- include/amqpcpp.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/amqpcpp.h b/include/amqpcpp.h index 9d0e5a7..39ec8f5 100644 --- a/include/amqpcpp.h +++ b/include/amqpcpp.h @@ -80,6 +80,3 @@ #include "amqpcpp/connectionimpl.h" #include "amqpcpp/connection.h" -// tcp level includes -#include "amqpcpp/linux_tcp.h" -