mirror of
https://github.com/google/benchmark.git
synced 2025-03-10 17:20:06 +08:00
move include from .h into .cc
This commit is contained in:
parent
90a8508063
commit
1ee11056c1
@ -20,7 +20,6 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <functional>
|
||||
|
||||
namespace benchmark {
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include "benchmark/complexity.h"
|
||||
#include "check.h"
|
||||
#include <math.h>
|
||||
#include <functional>
|
||||
|
||||
namespace benchmark {
|
||||
|
||||
@ -153,4 +154,4 @@ LeastSq MinimalLeastSq(const std::vector<int>& n,
|
||||
return best_fit;
|
||||
}
|
||||
|
||||
} // end namespace benchmark
|
||||
} // end namespace benchmark
|
||||
|
Loading…
Reference in New Issue
Block a user