From: Uwe Hermann Date: Wed, 20 Feb 2013 11:04:23 +0000 (+0100) Subject: Drop a few more unneeded 'extern "C"'. X-Git-Url: http://git.code-monkey.de/?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 7f36ee7..e99a7a3 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 ce0799b..340e0d7 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 6195d89..41e98be 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 b8647db..af01ec4 100644 --- a/pv/sigsession.h +++ b/pv/sigsession.h @@ -30,9 +30,7 @@ #include -extern "C" { #include -} namespace pv {