Only include strlcpy.h when we have to

This commit is contained in:
Jordan Lewis
2011-05-15 17:08:35 -05:00
parent edd309e537
commit fdd7d04744
5 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
#include "headers.h"
#include "irc.h"
#include "net.h"
#include "strlcpy.h"
using namespace std;
using namespace boost;