Remove unneeded includes

This commit is contained in:
Marc Di Luzio
2019-05-25 14:37:28 +01:00
parent 28243afde9
commit 2e67906402
18 changed files with 7 additions and 46 deletions

View File

@ -60,11 +60,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include <fcntl.h>
#include <getopt.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <systemd/sd-daemon.h>
#include <systemd/sd-daemon.h> /* TODO: Move usage to gamemode-dbus.c */
#include <unistd.h>
#define USAGE_TEXT \