Browse Source

rollback

pull/1272/head
orignal 7 years ago
parent
commit
f4056e57bb
  1. 5
      libi2pd/RouterContext.h
  2. 5
      libi2pd/RouterInfo.h

5
libi2pd/RouterContext.h

@ -1,11 +1,6 @@ @@ -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>

5
libi2pd/RouterInfo.h

@ -1,11 +1,6 @@ @@ -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…
Cancel
Save