From: Uwe Hermann Date: Wed, 20 Feb 2013 11:04:23 +0000 (+0100) Subject: Drop a few more unneeded 'extern "C"'. X-Git-Tag: pulseview-0.1.0~123 X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=9dbb80b0dbc0fc51a11e42f8e10fc72e9b66f694 Drop a few more unneeded 'extern "C"'. --- 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 {