re/moved some headers in catch_tostring

This commit is contained in:
Phil Nash 2017-07-19 08:31:10 +01:00
parent 4833932ab2
commit 0a614ee5ba
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,8 @@
#include "catch_interfaces_config.h"
#include "catch_context.h"
#include <iomanip>
namespace Catch {
namespace Detail {

View File

@ -11,8 +11,6 @@
#include "catch_common.h"
#include <sstream>
#include <iomanip>
#include <limits>
#include <vector>
#include <cstddef>