chiark / gitweb /
remove unused includes
[elogind.git] / src / test / test-loopback.c
index 75fe053b63ddb4f8f9b9c5a094b4abe1c364680e..c03bda43829ec91b1af66bb6bb48e5cc6e2a9c01 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <errno.h>
 #include <string.h>
 #include <stdio.h>
-#include <fcntl.h>
 
 #include "loopback-setup.h"
 #include "log.h"
-#include "util.h"
 
 int main(int argc, char* argv[]) {
         int r;