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:
@@ -11,9 +11,11 @@
|
||||
* @author [Akshay Gupta](https://github.com/Akshay1910)
|
||||
*/
|
||||
|
||||
#include <cassert> /// for assert
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <iostream> /// for I/O operations
|
||||
#include <cassert> // for assert
|
||||
#include <cstdint> // for uint64_t, uint8_t
|
||||
#include <iostream> // for operator<<, basic_ostream, cout
|
||||
#include <stdexcept> // for invalid_argument
|
||||
|
||||
/**
|
||||
* @namespace
|
||||
* @brief Mathematical algorithms
|
||||
|
||||
Reference in New Issue
Block a user