General cleanup

This commit is contained in:
Martin Hořeňovský 2017-07-25 22:13:14 +02:00
parent 1a96175bb2
commit 9de729b515
11 changed files with 12 additions and 32 deletions

View file

@ -5,9 +5,6 @@
* Distributed under the Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef TWOBLUECUBES_CATCH_CONTEXT_IMPL_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_CONTEXT_IMPL_HPP_INCLUDED
#include "catch_context.h"
#include "catch_common.h"
@ -63,5 +60,3 @@ namespace Catch {
currentContext = nullptr;
}
}
#endif // TWOBLUECUBES_CATCH_CONTEXT_IMPL_HPP_INCLUDED