From 8fdcb1817e01e1f466898c532cc0c4d55bbb2f22 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 14 Oct 2022 21:23:56 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for a080aaa2 --- data_structures/test_stack_students.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_structures/test_stack_students.cpp b/data_structures/test_stack_students.cpp index b22e26b5c..dc3514bcb 100644 --- a/data_structures/test_stack_students.cpp +++ b/data_structures/test_stack_students.cpp @@ -9,13 +9,13 @@ ************************************************************ * */ #include +#include #include #include #include #include #include "./stack.hpp" -#include "math.h" int main(int argc, char* argv[]) { double GPA = NAN;