diff --git a/src/p_test.cpp b/src/p_test.cpp index beb85626b..ca6e7b333 100644 --- a/src/p_test.cpp +++ b/src/p_test.cpp @@ -34,7 +34,6 @@ extern "C" consvar_t cv_showgremlins; line_t* P_SweepTestLines(fixed_t ax, fixed_t ay, fixed_t bx, fixed_t by, fixed_t r, vector2_t* return_normal) { - using namespace srb2::math; using namespace srb2::sweep;