From 9dbb80b0dbc0fc51a11e42f8e10fc72e9b66f694 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 20 Feb 2013 12:04:23 +0100 Subject: [PATCH] Drop a few more unneeded 'extern "C"'. --- pv/data/snapshot.h | 2 -- pv/prop/binding/deviceoptions.h | 2 -- pv/samplingbar.cpp | 2 -- pv/sigsession.h | 2 -- 4 files changed, 8 deletions(-) diff --git a/pv/data/snapshot.h b/pv/data/snapshot.h index 7f36ee78..e99a7a3c 100644 --- a/pv/data/snapshot.h +++ b/pv/data/snapshot.h @@ -21,9 +21,7 @@ #ifndef PULSEVIEW_PV_DATA_SNAPSHOT_H #define PULSEVIEW_PV_DATA_SNAPSHOT_H -extern "C" { #include -} #include diff --git a/pv/prop/binding/deviceoptions.h b/pv/prop/binding/deviceoptions.h index ce0799b5..340e0d72 100644 --- a/pv/prop/binding/deviceoptions.h +++ b/pv/prop/binding/deviceoptions.h @@ -23,9 +23,7 @@ #include -extern "C" { #include -} #include "binding.h" diff --git a/pv/samplingbar.cpp b/pv/samplingbar.cpp index 6195d899..41e98be2 100644 --- a/pv/samplingbar.cpp +++ b/pv/samplingbar.cpp @@ -22,9 +22,7 @@ #include -extern "C" { #include -} #include diff --git a/pv/sigsession.h b/pv/sigsession.h index b8647db8..af01ec40 100644 --- a/pv/sigsession.h +++ b/pv/sigsession.h @@ -30,9 +30,7 @@ #include -extern "C" { #include -} namespace pv { -- 2.30.2