move #include out of header.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7265 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2014-04-12 03:53:30 +00:00
parent dd72809f2d
commit 1d17290e78
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,8 @@
#include "pqi/pqinetstatebox.h" #include "pqi/pqinetstatebox.h"
#include "time.h" #include "time.h"
#include "bitdht/bdiface.h"
// External Interface. // External Interface.
void pqiNetStateBox::setAddressStunDht(const struct sockaddr_storage &addr, bool stable) void pqiNetStateBox::setAddressStunDht(const struct sockaddr_storage &addr, bool stable)

View File

@ -6,8 +6,6 @@
#include <string> #include <string>
#include <list> #include <list>
#include "bitdht/bdiface.h"
/*** Network state /*** Network state
* Want this to be all encompassing. * Want this to be all encompassing.
* *