Browse Source

Only include irc.h when needed

0.8
Jordan Lewis 14 years ago
parent
commit
f23f9a03c8
  1. 1
      src/headers.h
  2. 1
      src/irc.cpp
  3. 1
      src/net.cpp

1
src/headers.h

@ -120,7 +120,6 @@ @@ -120,7 +120,6 @@
#include "script.h"
#include "db.h"
#include "net.h"
#include "irc.h"
#include "main.h"
#include "rpc.h"
#ifdef GUI

1
src/irc.cpp

@ -3,6 +3,7 @@ @@ -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;

1
src/net.cpp

@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#include "headers.h"
#include "irc.h"
#ifdef USE_UPNP
#include <miniupnpc/miniwget.h>

Loading…
Cancel
Save