diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-11 09:52:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-11 09:52:39 -0400 |
commit | 5aee26ee46d8d38759713d00ce4310a3aef4a559 (patch) | |
tree | b9f2f7218ee3a19dc02fe2f4dff32577a336c1be /src/app | |
parent | 537092cdbb7f4be0e6d68f4e5d65ca2a403375f9 (diff) | |
download | tor-5aee26ee46d8d38759713d00ce4310a3aef4a559.tar.gz tor-5aee26ee46d8d38759713d00ce4310a3aef4a559.zip |
Move all use cases of micro-revision.i to a single place
That place is git-revision.c; git-revision.c now lives in lib/log.
Also fix the compilation rules so that all object files that need
micro-revision.i depend on it.
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/config/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c index 1be1803f29..74aa64dede 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -85,7 +85,7 @@ #include "feature/relay/dns.h" #include "core/or/dos.h" #include "feature/client/entrynodes.h" -#include "core/or/git_revision.h" +#include "lib/log/git_revision.h" #include "feature/stats/geoip.h" #include "feature/hibernate/hibernate.h" #include "core/mainloop/main.h" |