diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-09 10:25:26 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-06-09 10:25:26 +0200 |
commit | 49de096c2adcfaf15f99a3355dc4e22f79d56928 (patch) | |
tree | 4ee7505fae6b4190e1753d819657d35e62843499 /src/util.h | |
parent | 29f80cd230c38d7e424810e986c160ddba9b53ac (diff) |
Remove unused Boost includes
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 4386ddd550..8f8b249749 100644 --- a/src/util.h +++ b/src/util.h @@ -28,7 +28,6 @@ #include <vector> #include <boost/signals2/signal.hpp> -#include <boost/thread/exceptions.hpp> static const bool DEFAULT_LOGTIMEMICROS = false; static const bool DEFAULT_LOGIPS = false; |