1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-10 17:58:36 -04:00

SDRDaemon: removed references to nanomsg entirely

This commit is contained in:
f4exb
2018-09-09 10:45:34 +02:00
parent a56b96a97b
commit cfd414073e
19 changed files with 21 additions and 374 deletions
@@ -19,15 +19,6 @@
#include <sys/time.h>
#include <QDebug>
#ifdef _WIN32
#include <nn.h>
#include <pair.h>
#else
#include <nanomsg/nn.h>
#include <nanomsg/pair.h>
#endif
#include "SWGDeviceSettings.h"
#include "SWGDeviceState.h"
#include "SWGDeviceReport.h"