diff options
| author | Julian Blake Kongslie | 2022-06-25 20:56:30 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-25 20:56:30 -0700 |
| commit | b71f9a58a9af53b097aeca2d84413544695643ea (patch) | |
| tree | 9038c0dca5c601b5d51a84612556ca73fa0011a0 /aisa/aisa.h | |
| parent | Move git tag generation entirely into the Makefile. (diff) | |
| download | issim-b71f9a58a9af53b097aeca2d84413544695643ea.tar.xz | |
Include what you use.
Diffstat (limited to '')
| -rw-r--r-- | aisa/aisa.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/aisa/aisa.h b/aisa/aisa.h index c9a215c..3c260c1 100644 --- a/aisa/aisa.h +++ b/aisa/aisa.h | |||
| @@ -1,15 +1,10 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include <coroutine> | ||
| 4 | #include <cstdint> | 3 | #include <cstdint> |
| 5 | #include <initializer_list> | ||
| 6 | #include <iostream> | ||
| 7 | #include <optional> | 4 | #include <optional> |
| 8 | #include <utility> | 5 | #include <utility> |
| 9 | #include <vector> | 6 | #include <vector> |
| 10 | 7 | ||
| 11 | #include "aisa/coroutine.h" | ||
| 12 | |||
| 13 | namespace aisa { | 8 | namespace aisa { |
| 14 | 9 | ||
| 15 | using regnum_t = std::uint_fast64_t; | 10 | using regnum_t = std::uint_fast64_t; |
