1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

Remove unnecessary code

This commit is contained in:
Christian F. Coors
2017-01-10 12:21:15 +01:00
committed by Michał Janiszewski
parent e0a6955924
commit 06d1d2116f

View File

@@ -51,14 +51,6 @@ extern "C" {
#ifndef DISABLE_NETWORK
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
#include <openssl/evp.h>
#ifdef __cplusplus
}
#endif // __cplusplus
// This define specifies which version of network stream current build uses.
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
@@ -74,6 +66,7 @@ extern "C" {
#include <string>
#include <vector>
#include <map>
#include <openssl/evp.h>
#include <SDL.h>
#include "../core/Json.hpp"
#include "../core/Nullable.hpp"
@@ -86,6 +79,7 @@ extern "C" {
#include "NetworkUser.h"
#include "TcpSocket.h"
enum {
NETWORK_TICK_FLAG_CHECKSUMS = 1 << 0,
};