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:
parent
1ec4945c2d
commit
2738bbb6d2
|
|
@ -22,8 +22,6 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <linux/magic.h>
|
|
||||||
#include <sys/vfs.h>
|
|
||||||
|
|
||||||
#include "libglnx.h"
|
#include "libglnx.h"
|
||||||
#include "libostreetest.h"
|
#include "libostreetest.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue