diff options
Diffstat (limited to 'ttwhy/scoped_attributes.cppm')
| -rw-r--r-- | ttwhy/scoped_attributes.cppm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ttwhy/scoped_attributes.cppm b/ttwhy/scoped_attributes.cppm index 7c32ddf..b49dd18 100644 --- a/ttwhy/scoped_attributes.cppm +++ b/ttwhy/scoped_attributes.cppm @@ -1,9 +1,10 @@ module; -#include <cerrno> -#include <system_error> #include <termios.h> #include <unistd.h> + +#include <cerrno> +#include <system_error> #include <utility> export module ttwhy:scoped_attributes; |
