mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-17 07:38:49 +08:00
chore: use iwyu on others/**.cpp
This commit is contained in:
@@ -17,9 +17,8 @@
|
||||
* @author [AlternateWalls](https://github.com/AlternateWalls)
|
||||
*/
|
||||
|
||||
#include <cassert> /// for assert
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <iostream> /// for IO operations
|
||||
#include <cassert> // for assert
|
||||
#include <cstdint> // for uint64_t
|
||||
|
||||
/*
|
||||
* @brief Contains information for Easter date
|
||||
|
||||
Reference in New Issue
Block a user