summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-03-21 17:29:46 +0100
committerThomas Haller <thaller@redhat.com>2023-03-21 17:29:46 +0100
commitd8b8a888b2f9abb9756093fb812e77318d54ee87 (patch)
tree832304abab11ac20ff5d27d1bb3e7da983e987f1
parent2dfeec9aea2ba5a1635f550c44a0c67224b21f91 (diff)
downloadNetworkManager-d8b8a888b2f9abb9756093fb812e77318d54ee87.tar.gz
glib-aux/prioq: remove unused includes
-rw-r--r--src/libnm-glib-aux/nm-prioq.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libnm-glib-aux/nm-prioq.c b/src/libnm-glib-aux/nm-prioq.c
index 897d65dd51..e74b2b9997 100644
--- a/src/libnm-glib-aux/nm-prioq.c
+++ b/src/libnm-glib-aux/nm-prioq.c
@@ -16,9 +16,6 @@
#include "nm-prioq.h"
-#include <errno.h>
-#include <stdlib.h>
-
/*****************************************************************************/
typedef struct _NMPrioqItem {