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:
@@ -17,10 +17,9 @@
|
||||
* here](https://en.wikipedia.org/wiki/Exponentiation_by_squaring).
|
||||
* @author [Ashish Daulatabad](https://github.com/AshishYUO)
|
||||
*/
|
||||
#include <cassert> /// for assert
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <iostream> /// for IO operations
|
||||
#include <vector> /// for std::vector STL
|
||||
#include <cassert> // for assert
|
||||
#include <cstdint> // for int64_t, uint32_t, uint64_t
|
||||
#include <vector> // for vector
|
||||
|
||||
/**
|
||||
* @namespace math
|
||||
|
||||
Reference in New Issue
Block a user