Commit 1ee11056 by Ismael

move include from .h into .cc

parent 90a85080
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <functional>
namespace benchmark { namespace benchmark {
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include "benchmark/complexity.h" #include "benchmark/complexity.h"
#include "check.h" #include "check.h"
#include <math.h> #include <math.h>
#include <functional>
namespace benchmark { namespace benchmark {
...@@ -153,4 +154,4 @@ LeastSq MinimalLeastSq(const std::vector<int>& n, ...@@ -153,4 +154,4 @@ LeastSq MinimalLeastSq(const std::vector<int>& n,
return best_fit; return best_fit;
} }
} // end namespace benchmark } // end namespace benchmark
\ No newline at end of file
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