diff options
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/participant.cpp | 3 | ||||
| -rw-r--r-- | core/src/turn_order.cpp | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/core/src/participant.cpp b/core/src/participant.cpp index aa97e83..24d1cff 100644 --- a/core/src/participant.cpp +++ b/core/src/participant.cpp @@ -1,10 +1,9 @@ #include "turns/core/participant.hpp" -#include <glibmm/class.h> #include <glibmm/refptr.h> #include <typeinfo> -#include <utility> +#include <compare> namespace turns::core { diff --git a/core/src/turn_order.cpp b/core/src/turn_order.cpp index 20eaa83..234f394 100644 --- a/core/src/turn_order.cpp +++ b/core/src/turn_order.cpp @@ -5,8 +5,6 @@ #include <glibmm/refptr.h> #include <algorithm> -#include <compare> -#include <limits> #include <typeinfo> namespace turns::core |
