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
This commit is contained in:
Matthew Leeds 2019-02-08 16:01:54 -08:00 committed by Atomic Bot
parent 1ec4945c2d
commit 2738bbb6d2

View File

@ -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"