From a9772cde21407c89abd161d51aff45267f87b1fb Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 14 Feb 2012 15:13:27 -0500 Subject: Clean up and reorganize our header files --- src/socket_clients.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/socket_clients.cpp') diff --git a/src/socket_clients.cpp b/src/socket_clients.cpp index c3f7e6367..847981510 100644 --- a/src/socket_clients.cpp +++ b/src/socket_clients.cpp @@ -10,6 +10,11 @@ */ #include "services.h" +#include "anope.h" +#include "logger.h" +#include "sockets.h" + +#include ConnectionSocket::ConnectionSocket() : Socket() { -- cgit