mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-15 03:10:07 +08:00
chore: use iwyu on math/**.cpp
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
* @author [ewd00010](https://github.com/ewd00010)
|
||||
*/
|
||||
|
||||
#include <cassert> /// for assert
|
||||
#include <iostream> /// for IO operations
|
||||
#include <stdint.h> // for int64_t
|
||||
#include <cassert> // for assert
|
||||
#include <iostream> // for char_traits, basic_ostream, operator<<, cout, endl
|
||||
|
||||
/**
|
||||
* @brief Mathematical algorithms
|
||||
|
||||
Reference in New Issue
Block a user