fmt.hh: Don't include boost/algorithm/string/replace.hpp
This cuts compilation time by ~49s. Issue #4045.
This commit is contained in:
parent
557d2427ee
commit
ecc8672aa0
|
@ -1,7 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <boost/format.hpp>
|
#include <boost/format.hpp>
|
||||||
#include <boost/algorithm/string/replace.hpp>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "ansicolor.hh"
|
#include "ansicolor.hh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue