diff --git a/numerical_methods/babylonian_method.cpp b/numerical_methods/babylonian_method.cpp index b18bc0dc4..a70fa993e 100644 --- a/numerical_methods/babylonian_method.cpp +++ b/numerical_methods/babylonian_method.cpp @@ -9,11 +9,10 @@ * @author [Ameya Chawla](https://github.com/ameyachawlaggsipu) */ -#include /// for assert +#include /// for assert +#include #include /// for IO operations -#include "math.h" - /** * @namespace numerical_methods * @brief Numerical algorithms/methods