mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 08:59:50 -05:00
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:
parent
dd72809f2d
commit
1d17290e78
@ -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)
|
||||||
|
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user