Remove unneeded forward declarations

This commit is contained in:
Bill Somerville 2019-12-03 19:07:08 +00:00
parent 8e66dcfa36
commit d93225aae9
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 0 additions and 7 deletions

View File

@ -10,13 +10,6 @@
#include "TransceiverFactory.hpp"
#include "PollingTransceiver.hpp"
extern "C"
{
typedef struct rig RIG;
struct rig_caps;
typedef int vfo_t;
}
// hamlib transceiver and PTT mostly delegated directly to hamlib Rig class
class HamlibTransceiver final
: public PollingTransceiver