From c0402747fd579e00d029644c8f835fcbbbdbbc00 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 2 Sep 2021 17:46:25 +0200 Subject: [PATCH] tools: Include top-level library include So we don't need to define UP_COMPILATION --- tools/up-tool.c | 4 +--- 1 file changed, 1 insertion(+), 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 #include -#include "up-client.h" -#include "up-device.h" -#include "up-wakeups.h" +#include "upower.h" static GMainLoop *loop; static gboolean opt_monitor_detail = FALSE;