Revert change to catch.hpp

This commit is contained in:
Tim Warren 2015-06-19 16:40:25 -04:00
parent 081690492e
commit b314705def
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@
#define INTERNAL_CATCH_STRINGIFY2( expr ) #expr
#define INTERNAL_CATCH_STRINGIFY( expr ) INTERNAL_CATCH_STRINGIFY2( expr )
#include <stdlib>
#include <sstream>
#include <stdexcept>
#include <algorithm>