From f23f9a03c86f789ab41d75b91f75393e3156ec39 Mon Sep 17 00:00:00 2001 From: Jordan Lewis Date: Sat, 14 May 2011 14:30:15 -0500 Subject: Only include irc.h when needed --- src/irc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/irc.cpp') diff --git a/src/irc.cpp b/src/irc.cpp index 099d9e0735..b245546378 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -3,6 +3,7 @@ // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" +#include "irc.h" using namespace std; using namespace boost; -- cgit v1.2.3 From 40c2614ef43a59ec0c8dc4338bbe27862243f2bb Mon Sep 17 00:00:00 2001 From: Jordan Lewis Date: Sat, 14 May 2011 16:20:30 -0500 Subject: Only include net.h when we have to --- src/irc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/irc.cpp') diff --git a/src/irc.cpp b/src/irc.cpp index b245546378..5c9e0a9602 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -4,6 +4,7 @@ #include "headers.h" #include "irc.h" +#include "net.h" using namespace std; using namespace boost; -- cgit v1.2.3 From fdd7d047443b3f4ce1e4433ec28289a11ba4a94b Mon Sep 17 00:00:00 2001 From: Jordan Lewis Date: Sun, 15 May 2011 17:08:35 -0500 Subject: Only include strlcpy.h when we have to --- src/irc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/irc.cpp') diff --git a/src/irc.cpp b/src/irc.cpp index 5c9e0a9602..a262eaba41 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -5,6 +5,7 @@ #include "headers.h" #include "irc.h" #include "net.h" +#include "strlcpy.h" using namespace std; using namespace boost; -- cgit v1.2.3