mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Extract the non-stats part of geoip into a new src/lib/geoip.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "feature/client/entrynodes.h"
|
||||
#include "feature/client/transports.h"
|
||||
#include "feature/relay/ext_orport.h"
|
||||
#include "feature/stats/geoip.h"
|
||||
#include "lib/geoip/geoip.h"
|
||||
#include "feature/hibernate/hibernate.h"
|
||||
#include "core/mainloop/mainloop.h"
|
||||
#include "feature/nodelist/networkstatus.h"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "feature/nodelist/routerparse.h"
|
||||
#include "feature/nodelist/networkstatus.h"
|
||||
#include "core/proto/proto_http.h"
|
||||
#include "feature/stats/geoip.h"
|
||||
#include "lib/geoip/geoip.h"
|
||||
#include "feature/stats/geoip_stats.h"
|
||||
#include "feature/dircache/dirserv.h"
|
||||
#include "feature/dirauth/dirvote.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#define GEOIP_PRIVATE
|
||||
#include "core/or/or.h"
|
||||
#include "app/config/config.h"
|
||||
#include "feature/stats/geoip.h"
|
||||
#include "lib/geoip/geoip.h"
|
||||
#include "feature/stats/geoip_stats.h"
|
||||
#include "test/test.h"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "app/config/confparse.h"
|
||||
#include "app/config/config.h"
|
||||
#include "test/test.h"
|
||||
#include "feature/stats/geoip.h"
|
||||
#include "lib/geoip/geoip.h"
|
||||
|
||||
#define ROUTERSET_PRIVATE
|
||||
#include "feature/nodelist/routerset.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#define ROUTERSET_PRIVATE
|
||||
|
||||
#include "core/or/or.h"
|
||||
#include "feature/stats/geoip.h"
|
||||
#include "lib/geoip/geoip.h"
|
||||
#include "feature/nodelist/routerset.h"
|
||||
#include "feature/nodelist/routerparse.h"
|
||||
#include "core/or/policies.h"
|
||||
|
||||
Reference in New Issue
Block a user