Commit c8f4690f by Anton Danielsson

Sorted include of headers.

parent 6abd5377
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
#include "commandlineflags.h" #include "commandlineflags.h"
#include <cstdlib>
#include <cstring> #include <cstring>
#include <iostream> #include <iostream>
#include <limits> #include <limits>
#include <cstdlib>
namespace benchmark { namespace benchmark {
// Parses 'str' for a 32-bit signed integer. If successful, writes // Parses 'str' for a 32-bit signed integer. If successful, writes
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include <math.h> #include <math.h>
#include <stdint.h> #include <stdint.h>
#include <cstdlib>
#include <iostream> #include <iostream>
#include <limits> #include <limits>
#include <list> #include <list>
...@@ -13,7 +14,6 @@ ...@@ -13,7 +14,6 @@
#include <sstream> #include <sstream>
#include <string> #include <string>
#include <vector> #include <vector>
#include <cstdlib>
#if defined(__GNUC__) #if defined(__GNUC__)
# define BENCHMARK_NOINLINE __attribute__((noinline)) # define BENCHMARK_NOINLINE __attribute__((noinline))
......
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