Move libudev include into cpp file

This commit is contained in:
Simon Stürz 2020-11-16 13:05:08 +01:00
parent 5c3470e9d3
commit b436710568
2 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,8 @@
#include <QSerialPortInfo>
#include <libudev.h>
ZigbeeUartAdapterMonitor::ZigbeeUartAdapterMonitor(QObject *parent) : QObject(parent)
{
qRegisterMetaType<ZigbeeUartAdapter>();

View File

@ -31,8 +31,6 @@
#include <QObject>
#include <QSocketNotifier>
#include <libudev.h>
#include "zigbeeuartadapter.h"
class ZigbeeUartAdapterMonitor : public QObject