Streamline includes in external interfaces

This commit is contained in:
Martin Hořeňovský 2017-08-29 16:44:02 +02:00
parent 4453fefb00
commit dd8e79c529
10 changed files with 11 additions and 7 deletions

View file

@ -9,9 +9,7 @@
#define TWOBLUECUBES_CATCH_CONFIG_HPP_INCLUDED
#include "catch_test_spec_parser.hpp"
#include "catch_context.h"
#include "catch_interfaces_config.h"
#include "catch_stream.h"
#include <memory>
#include <vector>
@ -23,6 +21,8 @@
namespace Catch {
struct IStream;
struct ConfigData {
bool listTests = false;
bool listTags = false;