mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Remove some duplicate includes
This commit is contained in:
parent
5613b9b9f2
commit
72d4d762c1
@ -45,9 +45,6 @@
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
@ -64,8 +64,6 @@
|
||||
#error "We require OpenSSL >= 0.9.7"
|
||||
#endif
|
||||
|
||||
#include <openssl/engine.h>
|
||||
|
||||
#ifdef ANDROID
|
||||
/* Android's OpenSSL seems to have removed all of its Engine support. */
|
||||
#define DISABLE_ENGINES
|
||||
|
@ -62,7 +62,6 @@
|
||||
|
||||
#if 1
|
||||
/* Tor dependencies */
|
||||
#include "orconfig.h"
|
||||
#include "util.h"
|
||||
#include "compat.h"
|
||||
#include "torlog.h"
|
||||
|
@ -75,7 +75,6 @@
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
|
Loading…
Reference in New Issue
Block a user