chiark / gitweb /
journalctl: clean up how we log errors
[elogind.git] / src / shared / fileio-label.c
index 5fd69e05805c40f734e098246ed332b59b721851..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 "util.h"
 #include "selinux-util.h"
-#include "label.h"
 #include "fileio-label.h"
 
 int write_string_file_atomic_label(const char *fn, const char *line) {