diff --git a/include/amqpcpp.h b/include/amqpcpp.h index f002eae..4d7735a 100644 --- a/include/amqpcpp.h +++ b/include/amqpcpp.h @@ -80,7 +80,5 @@ #include "amqpcpp/connection.h" // tcp level includes -#include "amqpcpp/tcphandler.h" -#include "amqpcpp/tcpconnection.h" -#include "amqpcpp/tcpchannel.h" +#include "amqpcpp/linux_tcp.h"