diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-09-21 19:06:23 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-09-21 19:07:55 +0200 |
commit | ecc8672aa007af045d77434b495ca09541e9fee3 (patch) | |
tree | 87cc279b0255378f1fd19ad2d0dbd2ef642f3813 /src | |
parent | 557d2427ee7c21b32e691e1c44f682b667673a70 (diff) |
fmt.hh: Don't include boost/algorithm/string/replace.hpp
This cuts compilation time by ~49s.
Issue #4045.
Diffstat (limited to 'src')
-rw-r--r-- | src/libutil/fmt.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/fmt.hh b/src/libutil/fmt.hh index a39de041f..6e69bdce2 100644 --- a/src/libutil/fmt.hh +++ b/src/libutil/fmt.hh @@ -1,7 +1,6 @@ #pragma once #include <boost/format.hpp> -#include <boost/algorithm/string/replace.hpp> #include <string> #include "ansicolor.hh" |