From 51e4792d7745a77cc9335194d018355aaaf90d0f Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Wed, 30 Sep 2015 11:09:46 +0200 Subject: [PATCH] Removed stray include of libbladeRF.h --- plugins/samplesource/filesource/filesourceplugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/samplesource/filesource/filesourceplugin.cpp b/plugins/samplesource/filesource/filesourceplugin.cpp index 8259dd982..2e312d463 100644 --- a/plugins/samplesource/filesource/filesourceplugin.cpp +++ b/plugins/samplesource/filesource/filesourceplugin.cpp @@ -16,7 +16,6 @@ #include #include -#include #include "plugin/pluginapi.h" #include "util/simpleserializer.h"