Get rid of unnecessary selinux.h include

Nothing in the file seems to use it. Doing this quickly via GitHub UI under assumption that the magic @walters bot will take care of running the full test suite, but otherwise I'll test it later when I get back to a machine I can use for that.
Closes: #481
Approved by: cgwalters
This commit is contained in:
Daniel Peebles 2016-10-12 12:22:57 -04:00 committed by Atomic Bot
parent af23b948f1
commit b32bc75b6c

View File

@ -46,7 +46,6 @@
#include <string.h>
#include <stdlib.h>
#include <selinux/selinux.h>
typedef GObjectClass RpmOstreeUnpackerClass;