Remove Anoncoin includes etc.

github/master
str4d 2017-04-02 01:30:27 +13:00
parent a279dfd567
commit c28be81410
3 changed files with 3 additions and 12 deletions

View File

@ -4,12 +4,8 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef ANONCOIN_COMPAT_H
#define ANONCOIN_COMPAT_H
#if defined(HAVE_CONFIG_H)
#include "config/anoncoin-config.h"
#endif
#ifndef I2PSAM_COMPAT_H
#define I2PSAM_COMPAT_H
#ifdef WIN32
#ifdef _WIN32_WINNT
@ -91,4 +87,4 @@ typedef u_int SOCKET;
size_t strnlen_int( const char *start, size_t max_len);
#endif // ANONCOIN_COMPAT_H
#endif // I2PSAM_COMPAT_H

View File

@ -6,8 +6,6 @@
//--------------------------------------------------------------------------------------------------
#include "i2psam.h"
// Anoncoin-config.h has been loaded...
// compat.h has now been loaded as well
#include <iostream>
#include <stdio.h>

View File

@ -8,9 +8,6 @@
#ifndef I2PSAM_H
#define I2PSAM_H
#if defined(HAVE_CONFIG_H)
#include "config/anoncoin-config.h"
#endif
#include "compat.h"
#include <string>