mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-14 19:00:15 +08:00
chore: use iwyu on math/**.cpp
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <cassert> /// for assert
|
||||
#include <cstdint> /// for integral types
|
||||
#include <exception> /// for std::invalid_argument
|
||||
#include <iostream> /// for std::cout
|
||||
#include <cassert> // for assert
|
||||
#include <cstdint> // for uint64_t, uint8_t
|
||||
#include <iostream> // for operator<<, basic_ostream, cout
|
||||
#include <stdexcept> // for invalid_argument
|
||||
|
||||
/**
|
||||
* @namespace
|
||||
|
||||
Reference in New Issue
Block a user