chiark / gitweb /
import: print nice warning if we need btrfs but /var/lib/machines is not btrfs
[elogind.git] / src / libudev / libudev-queue.c
index ae0b415e368d9f6a31894e7a75018f028935d289..11e15d13e62806014c494e97dfb57b5055c3bd3d 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>
 #include <unistd.h>
 #include <errno.h>
-#include <string.h>
-#include <limits.h>
-#include <sys/stat.h>
 #include <sys/inotify.h>
 
-#include "libudev.h"
 #include "libudev-private.h"
 
 /**
@@ -268,6 +263,3 @@ _public_ int udev_queue_flush(struct udev_queue *udev_queue) {
 
         return flush_fd(udev_queue->fd);
 }
-
-__asm__(".symver udev_queue_flush,udev_queue_flush@LIBUDEV_183");
-__asm__(".symver udev_queue_get_fd,udev_queue_get_fd@LIBUDEV_183");