2
0
forked from Ivasoft/DSView

Merge pull request #392 from nickelpro/master

Remove unnecessary extern "C"s, fix build failures.
This commit is contained in:
DreamSourceLab
2021-04-15 10:07:22 +08:00
committed by GitHub
3 changed files with 0 additions and 6 deletions

View File

@@ -19,9 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
extern "C" {
#include <libsigrokdecode4DSL/libsigrokdecode.h>
}
#include <vector>
#include <assert.h>

View File

@@ -19,9 +19,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
extern "C" {
#include <libsigrokdecode4DSL/libsigrokdecode.h>
}
#include <extdef.h>

View File

@@ -18,9 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
extern "C" {
#include <libsigrokdecode4DSL/libsigrokdecode.h>
}
#include "decodergroupbox.h"
#include "../data/decoderstack.h"