mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
rollback
This commit is contained in:
parent
e80da3cbeb
commit
f4056e57bb
|
@ -1,11 +1,6 @@
|
|||
#ifndef ROUTER_CONTEXT_H__
|
||||
#define ROUTER_CONTEXT_H__
|
||||
|
||||
// i2pd_qt.pro defines this on Windows
|
||||
#ifdef WINDOWS
|
||||
#include <Winsock2.h>
|
||||
#endif
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
#ifndef ROUTER_INFO_H__
|
||||
#define ROUTER_INFO_H__
|
||||
|
||||
// i2pd_qt.pro defines this on Windows
|
||||
#ifdef WINDOWS
|
||||
#include <Winsock2.h>
|
||||
#endif
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
|
Loading…
Reference in a new issue