diff options
author | Benji Dial <benji@benjidial.net> | 2023-06-21 08:31:07 -0400 |
---|---|---|
committer | Benji Dial <benji@benjidial.net> | 2023-06-21 08:31:07 -0400 |
commit | 04b25f18f457e3864f271d6c2f0f03a93d78bd1d (patch) | |
tree | 381f7d3dca169780a82d2766b4de6d7b0a7cf072 /include | |
parent | 1940ef130528e58cdfe0dd1589091947f6d8b8c7 (diff) | |
download | lib94-04b25f18f457e3864f271d6c2f0f03a93d78bd1d.tar.gz |
cleaning up includes and a couple comments
Diffstat (limited to 'include')
-rw-r--r-- | include/lib94/lib94.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/lib94/lib94.hpp b/include/lib94/lib94.hpp index b3898d2..b8da8a8 100644 --- a/include/lib94/lib94.hpp +++ b/include/lib94/lib94.hpp @@ -1,11 +1,9 @@ #ifndef LIB94_LIB94_HPP #define LIB94_LIB94_HPP -#include <filesystem> #include <optional> -#include <variant> +#include <cstdint> #include <string> -#include <random> #include <vector> #include <deque> #include <set> |