diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-27 10:26:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-27 10:26:01 -0400 |
commit | c8f2a6d2fe17fb1c02116fddaa93ded0ce655af9 (patch) | |
tree | f44c26b004897d9d646069a0e3131263ba9ddc31 /src/feature/stats/geoip_stats.c | |
parent | fa32574bdb7381f02abc68ad917ad79f354938a4 (diff) | |
download | tor-c8f2a6d2fe17fb1c02116fddaa93ded0ce655af9.tar.gz tor-c8f2a6d2fe17fb1c02116fddaa93ded0ce655af9.zip |
Extract the non-stats part of geoip into a new src/lib/geoip.
Diffstat (limited to 'src/feature/stats/geoip_stats.c')
-rw-r--r-- | src/feature/stats/geoip_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/stats/geoip_stats.c b/src/feature/stats/geoip_stats.c index 4af2ff0ec0..d1a5dd79ba 100644 --- a/src/feature/stats/geoip_stats.c +++ b/src/feature/stats/geoip_stats.c @@ -35,7 +35,7 @@ #include "feature/control/control.h" #include "feature/client/dnsserv.h" #include "core/or/dos.h" -#include "feature/stats/geoip.h" +#include "lib/geoip/geoip.h" #include "feature/stats/geoip_stats.h" #include "feature/nodelist/routerlist.h" |