pespin submitted this change.
build: remove unused sys/timerfd.h include
The header is not used in scheduler_trx.c and breaks builds on
platforms where timerfd is not available (e.g. Web/emscripten).
Remove the unused include.
Change-Id: Id5a700c865f984e8f99199a1e365bb7f1462030a
---
M src/osmo-bts-trx/scheduler_trx.c
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index a9a53f6..770a54b 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -28,7 +28,6 @@
#include <stdint.h>
#include <ctype.h>
#include <inttypes.h>
-#include <sys/timerfd.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/talloc.h>
To view, visit change 42689. To unsubscribe, or for help writing mail filters, visit settings.