chiark / gitweb /
remove unused includes
[elogind.git] / src / core / load-dropin.c
index 8be190040e22666e0ae5cb3ac614036b55f92ee0..11566af51b62241ab04e37ec3eee3055232a388f 100644 (file)
@@ -19,8 +19,6 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <dirent.h>
-#include <errno.h>
 
 #include "unit.h"
 #include "load-dropin.h"
@@ -29,7 +27,6 @@
 #include "unit-name.h"
 #include "conf-parser.h"
 #include "load-fragment.h"
-#include "conf-files.h"
 
 static int add_dependency_consumer(
                 UnitDependency dependency,