Fix includes

This commit is contained in:
Michael Zanetti 2021-11-09 00:11:18 +01:00
parent 4d05b1295d
commit 04540b4d85

View File

@ -34,10 +34,10 @@
#include <QObject>
#include "nymeadservice.h"
#include "nymea-gpio/gpiobutton.h"
#include "bluetooth/bluetoothserver.h"
#include "networkmanager.h"
#include "bluetooth/bluetoothserver.h"
#include <gpiobutton.h>
#include <bluetooth/bluetoothserver.h>
#include <networkmanager.h>
#include <bluetooth/bluetoothserver.h>
Q_DECLARE_LOGGING_CATEGORY(dcApplication)