diff options
author | Richard Hughes <richard@hughsie.com> | 2008-08-05 17:29:06 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2008-08-05 17:29:06 +0100 |
commit | b242cbd9a617b4cf1d62cb22e3680167683577fd (patch) | |
tree | 6e5b90fa5171c2a76beeab262c419f793d015077 /tools | |
parent | 5b6bae572f39a05e78f6c0c35018725f05c97a4d (diff) |
trivial: remove some un-needed defines
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dkp-tool.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/dkp-tool.c b/tools/dkp-tool.c index 53274a1..b8693a3 100644 --- a/tools/dkp-tool.c +++ b/tools/dkp-tool.c @@ -27,29 +27,11 @@ #include <stdio.h> #include <unistd.h> #include <signal.h> -#include <errno.h> -#include <string.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <pwd.h> -#include <grp.h> - #include <glib.h> #include <glib/gi18n-lib.h> -#include <glib-object.h> - -#include <dbus/dbus-glib.h> -#include <dbus/dbus-glib-lowlevel.h> -#include <polkit-dbus/polkit-dbus.h> - -#include "dkp-daemon-glue.h" #include "dkp-marshal.h" #include "dkp-debug.h" -#include "dkp-object.h" -#include "dkp-history-obj.h" - #include "dkp-client.h" #include "dkp-client-device.h" |