summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-20 08:54:31 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-20 08:54:31 +0200
commit3888afed7c875ee400290f3214d7a377a13394c7 (patch)
tree2f7e2c005dab02918adcbeb80d0823010f6b7ec4
parentdb3f2580ff5c3aab22fd6b68f604f6703594af2b (diff)
downloadturns-3888afed7c875ee400290f3214d7a377a13394c7.tar.xz
turns-3888afed7c875ee400290f3214d7a377a13394c7.zip
lib: remove references to dead headers
-rw-r--r--lib/src/turns.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/src/turns.h b/lib/src/turns.h
index 6f73354..e9aaf95 100644
--- a/lib/src/turns.h
+++ b/lib/src/turns.h
@@ -1,9 +1,8 @@
#ifndef TURNS_H
#define TURNS_H
-#include "turns-disposition.h" // IWYU pragma: export
-#include "turns-enums.h" // IWYU pragma: export
#include "turns-init.h" // IWYU pragma: export
#include "turns-participant.h" // IWYU pragma: export
+#include "turns-turn-order.h" // IWYU pragma: export
#endif