Removed some unnecessary #includes

- and don't #include "catch_debugger.h" in the header path when CATCH_CONFIG_FAST_COMPILE is defined
This commit is contained in:
Phil Nash 2017-08-09 10:51:50 +01:00
parent 4b5ac4d3d9
commit 8d21b4a916
4 changed files with 6 additions and 8 deletions

View file

@ -8,6 +8,7 @@
#include "catch_benchmark.h"
#include "catch_capture.hpp"
#include "catch_interfaces_reporter.h"
namespace Catch {