Move libudev include into cpp file
This commit is contained in:
parent
5c3470e9d3
commit
b436710568
@ -30,6 +30,8 @@
|
||||
|
||||
#include <QSerialPortInfo>
|
||||
|
||||
#include <libudev.h>
|
||||
|
||||
ZigbeeUartAdapterMonitor::ZigbeeUartAdapterMonitor(QObject *parent) : QObject(parent)
|
||||
{
|
||||
qRegisterMetaType<ZigbeeUartAdapter>();
|
||||
|
||||
@ -31,8 +31,6 @@
|
||||
#include <QObject>
|
||||
#include <QSocketNotifier>
|
||||
|
||||
#include <libudev.h>
|
||||
|
||||
#include "zigbeeuartadapter.h"
|
||||
|
||||
class ZigbeeUartAdapterMonitor : public QObject
|
||||
|
||||
Reference in New Issue
Block a user