Skip to content

Commit db44766

Browse files
committed
Remove unused header
1 parent e74f80f commit db44766

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/hpx_main.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
* @file
33
* @author Alexander Van Craen
44
* @author Marcel Breyer
5+
* @author Alexander Strack
56
* @copyright 2018-today The PLSSVM project - All Rights Reserved
67
* @license This file is part of the PLSSVM project which is released under the MIT license.
78
* See the LICENSE.md file in the project root for full license information.
89
*
910
* @brief Contains the googletest main function. Sets the DeathTest to "threadsafe" execution instead of "fast".
1011
*/
1112

12-
#include "plssvm/environment.hpp" // plssvm::environment::scope_guard
13-
1413
#include "gtest/gtest.h" // RUN_ALL_TESTS, ::testing::{InitGoogleTest, GTEST_FLAG},GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST definitions
1514

1615
#include <cstdlib> // std::atexit

0 commit comments

Comments
 (0)