diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 11:35:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | 4212a135e1c092a16fc1c4d783495e44d48bbaf9 (patch) | |
tree | 5be975b2bf77325a9386fd930e66d35183472190 /src/common/procmon.h | |
parent | 35e1c497aa54a22818552c9f3757067e381bb6bb (diff) | |
download | tor-4212a135e1c092a16fc1c4d783495e44d48bbaf9.tar.gz tor-4212a135e1c092a16fc1c4d783495e44d48bbaf9.zip |
Remove util.h and compat.h includes from src/common
Diffstat (limited to 'src/common/procmon.h')
-rw-r--r-- | src/common/procmon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/procmon.h b/src/common/procmon.h index 246ddd71d0..b8daeed0db 100644 --- a/src/common/procmon.h +++ b/src/common/procmon.h @@ -9,7 +9,6 @@ #ifndef TOR_PROCMON_H #define TOR_PROCMON_H -#include "common/compat.h" #include "common/compat_libevent.h" #include "lib/log/torlog.h" |