summaryrefslogtreecommitdiff
path: root/tests/libostreetest.c
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2019-02-08 16:01:54 -0800
committerAtomic Bot <atomic-devel@projectatomic.io>2019-02-11 13:44:07 +0000
commit2738bbb6d2e8b3a8eab6828b37e054becb90567d (patch)
treeacca18cb8de3493767914a8e16e546f3fbe97977 /tests/libostreetest.c
parent1ec4945c2d6b410c6fea460e2121d1f7da80a9f2 (diff)
downloadostree-2738bbb6d2e8b3a8eab6828b37e054becb90567d.tar.gz
tests: Remove unused includes in libostreetest.c
Since commit a06bd82cd we no longer use OVERLAYFS_SUPER_MAGIC or statfs() so remove the includes for linux/magic.h and sys/vfs.h Closes: #1815 Approved by: cgwalters
Diffstat (limited to 'tests/libostreetest.c')
-rw-r--r--tests/libostreetest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libostreetest.c b/tests/libostreetest.c
index 1991ffd0..9a2fae09 100644
--- a/tests/libostreetest.c
+++ b/tests/libostreetest.c
@@ -22,8 +22,6 @@
#include "config.h"
#include <stdlib.h>
#include <string.h>
-#include <linux/magic.h>
-#include <sys/vfs.h>
#include "libglnx.h"
#include "libostreetest.h"