move include from .h into .cc

This commit is contained in:
Ismael 2016-05-25 23:13:19 +02:00
parent 90a8508063
commit 1ee11056c1
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,6 @@
#include <string>
#include <vector>
#include <functional>
namespace benchmark {

View File

@ -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