small cleanup of code
This commit is contained in:
parent
188b3e6511
commit
bdee512057
2 changed files with 0 additions and 5 deletions
|
@ -9,7 +9,6 @@
|
|||
#define TWOBLUECUBES_CATCH_INTERFACES_TESTCASE_H_INCLUDED
|
||||
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
namespace Catch {
|
||||
|
||||
|
@ -20,8 +19,6 @@ namespace Catch {
|
|||
virtual ~ITestInvoker();
|
||||
};
|
||||
|
||||
using ITestCasePtr = std::shared_ptr<ITestInvoker>;
|
||||
|
||||
class TestCase;
|
||||
struct IConfig;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue