chiark / gitweb /
journalctl: clean up how we log errors
[elogind.git] / src / shared / fileio-label.c
index 294c9e6badd47b71568a5a173222211cd36fb829..bec988ca7872c143bf794872c4612068e6c0f958 100644 (file)
   You should have received a copy of the GNU Lesser General Public License
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
 
-#include "fileio-label.h"
-#include "label.h"
 #include "util.h"
+#include "selinux-util.h"
+#include "fileio-label.h"
 
 int write_string_file_atomic_label(const char *fn, const char *line) {
         int r;