General cleanup

This commit is contained in:
Martin Hořeňovský
2017-07-25 22:13:14 +02:00
parent 1a96175bb2
commit 9de729b515
11 changed files with 12 additions and 32 deletions

View File

@@ -8,21 +8,18 @@
#ifndef TWOBLUECUBES_CATCH_TOSTRING_H_INCLUDED
#define TWOBLUECUBES_CATCH_TOSTRING_H_INCLUDED
#include "catch_common.h"
#include <sstream>
#include <vector>
#include <cstddef>
#include <tuple>
#include <type_traits>
#include <string>
#ifdef __OBJC__
#include "catch_objc_arc.hpp"
#endif
#include <tuple>
#include <type_traits>
#include <string>
// We need a dummy global operator<< so we can bring it into Catch namespace later
struct Catch_global_namespace_dummy;