mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-06 12:07:09 +08:00
chore: use iwyu on data_structures/**.cpp
This commit is contained in:
@@ -17,9 +17,10 @@
|
||||
* @author [Pooja](https://github.com/pooja-git11)
|
||||
* @author [Farbod Ahmadian](https://github.com/farbodahm)
|
||||
*/
|
||||
#include <array> /// for std::array
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <iostream> /// for io operations
|
||||
#include <stdlib.h> // for exit
|
||||
#include <array> // for array
|
||||
#include <cstdint> // for int16_t, int8_t, uint16_t
|
||||
#include <iostream> // for operator<<, basic_ostream, cout, char_traits
|
||||
|
||||
constexpr uint16_t max_size{10}; ///< Maximum size of the queue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user