cleanup includes

This commit is contained in:
Bruno Morais 2019-09-06 11:37:08 -04:00
parent c06bb687f8
commit 9cba3e392e
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,8 @@
#include "mpris.h" #include "mpris.h"
#include "dbus.h" #include "dbus.h"
#include <map> #include <map>
#include <chrono>
#include <functional>
thread_local char localBuffer[4096]; thread_local char localBuffer[4096];
static MPRISRemote remote; static MPRISRemote remote;

View File

@ -5,8 +5,6 @@
#include <core/sdk/IPlugin.h> #include <core/sdk/IPlugin.h>
#include <mutex> #include <mutex>
#include <thread> #include <thread>
#include <chrono>
#include <functional>
extern "C" { extern "C" {
#include <systemd/sd-bus.h> #include <systemd/sd-bus.h>