summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-09-02 17:46:25 +0200
committerBastien Nocera <hadess@hadess.net>2021-09-02 17:47:30 +0200
commitc0402747fd579e00d029644c8f835fcbbbdbbc00 (patch)
treee6344b525b1fa9cbf8249489708d64858589777c /tools
parent6c28e2c52db84b0d4f55a4b623605c86ee97861d (diff)
downloadupower-c0402747fd579e00d029644c8f835fcbbbdbbc00.tar.gz
tools: Include top-level library include
So we don't need to define UP_COMPILATION
Diffstat (limited to 'tools')
-rw-r--r--tools/up-tool.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/up-tool.c b/tools/up-tool.c
index 5e73cc5..eeee0b4 100644
--- a/tools/up-tool.c
+++ b/tools/up-tool.c
@@ -32,9 +32,7 @@
#include <glib/gi18n-lib.h>
#include <locale.h>
-#include "up-client.h"
-#include "up-device.h"
-#include "up-wakeups.h"
+#include "upower.h"
static GMainLoop *loop;
static gboolean opt_monitor_detail = FALSE;