Commit c8f4690f by Anton Danielsson

Sorted include of headers.

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