chore: use iwyu on strings/**.cpp

This commit is contained in:
realstealthninja
2024-09-13 15:39:46 +05:30
parent a290ae7ee2
commit f2127456a8
7 changed files with 39 additions and 34 deletions

View File

@@ -42,12 +42,13 @@
* @author [Stoycho Kyosev](https://github.com/stoychoX)
*/
#include <cassert> /// for assert
#include <climits> /// for CHAR_MAX macro
#include <cstring> /// for strlen
#include <iostream> /// for IO operations
#include <string> /// for std::string
#include <vector> /// for std::vector
#include <cassert> // for assert
#include <climits> // for CHAR_MAX
#include <cstring> // for size_t, strlen
#include <iostream> // for operator<<, basic_ostream, cout
#include <string> // for basic_string, string
#include <vector> // for vector
#include <algorithm> // for max
#define APLHABET_SIZE CHAR_MAX ///< number of symbols in the alphabet we use