diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-24 11:55:43 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-24 11:55:43 +0200 |
| commit | f3317ddcaa8af0fb7b4be475dc97ef0649d1975b (patch) | |
| tree | 34645cb3673f63f8cc3a30acbe1d254bf38011e7 /core/src | |
| parent | 6a6d0be0c659c28946c70a4774966ea9169acb25 (diff) | |
| download | turns-f3317ddcaa8af0fb7b4be475dc97ef0649d1975b.tar.xz turns-f3317ddcaa8af0fb7b4be475dc97ef0649d1975b.zip | |
turns: clean up includes and headers
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 |
