chiark / gitweb /
tree-wide: remove Emacs lines from all files
[elogind.git] / src / basic / prioq.c
index d55b348c22f2ec82d13d2dacff33dcc3f808abb7..86c5c0e9b4e6eafc41be7d49ea2da364d3807183 100644 (file)
  * The underlying algorithm used in this implementation is a Heap.
  */
 
-#include "util.h"
+#include <errno.h>
+#include <stdlib.h>
+
+#include "alloc-util.h"
+#include "hashmap.h"
 #include "prioq.h"
 
 struct prioq_item {