Commit 1ee11056 by Ismael

move include from .h into .cc

parent 90a85080
......@@ -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
\ No newline at end of file
} // end namespace benchmark
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment