fmt.hh: Don't include boost/algorithm/string/replace.hpp

This cuts compilation time by ~49s.

Issue #4045.
This commit is contained in:
Eelco Dolstra 2020-09-21 19:06:23 +02:00
parent 557d2427ee
commit ecc8672aa0

View file

@ -1,7 +1,6 @@
#pragma once
#include <boost/format.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <string>
#include "ansicolor.hh"