tools: Include top-level library include

So we don't need to define UP_COMPILATION
This commit is contained in:
Bastien Nocera 2021-09-02 17:46:25 +02:00
parent 6c28e2c52d
commit c0402747fd

View file

@ -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;