mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 04:59:21 +08:00
chore: use iwyu on data_structures/**.cpp
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
* Implementation of a Queue using two Stacks.
|
||||
*/
|
||||
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <stack>
|
||||
#include <stdlib.h> // for exit
|
||||
#include <cassert> // for assert
|
||||
#include <iostream> // for operator<<, basic_ostream, char_traits, cout, cerr
|
||||
#include <stack> // for stack
|
||||
|
||||
namespace {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user