]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fix includes to avoid useless libattr dependency 13/head
authorOndrej Kozina <okozina@redhat.com>
Thu, 18 Apr 2013 10:25:14 +0000 (12:25 +0200)
committerOndrej Kozina <okozina@redhat.com>
Thu, 18 Apr 2013 10:25:14 +0000 (12:25 +0200)
snapper/XAttributes.cc

index f2830d810ec7ec060d9b86fbef238524c637dc7c..4ae7372d64209eb1d17365180b32e18e507802ce 100644 (file)
  */
 
 #include "config.h"
-#include <cstdio>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <attr/xattr.h>
 #include <fcntl.h>
 #include <unistd.h>