Sorted include of headers.

This commit is contained in:
Anton Danielsson 2015-10-08 11:43:45 +02:00
parent 6abd53777b
commit c8f4690fd4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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