X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=test%2Fdata%2Fdecoder.cpp;h=641064da23f56dd8786f40a3c853a54bc9f6f33b;hb=3045c869ada2e32bf55cbb68633b5213b9b11e28;hp=8ea5d181b73eb4f3d97ff3eab5f10500136db68e;hpb=3b3a445c072df27ae4e1831f6078467d84baa425;p=pulseview.git diff --git a/test/data/decoder.cpp b/test/data/decoder.cpp index 8ea5d18..641064d 100644 --- a/test/data/decoder.cpp +++ b/test/data/decoder.cpp @@ -18,9 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include - #include /* First, so we avoid a _POSIX_C_SOURCE warning. */ +#include #include @@ -53,7 +52,7 @@ BOOST_AUTO_TEST_CASE(TwoDecoder) srd_decoder *const dec = (struct srd_decoder*)l->data; BOOST_REQUIRE(dec); - map > probes; + map > probes; BOOST_CHECK (ss.add_decoder(dec, probes, g_hash_table_new_full(g_str_hash, g_str_equal, g_free, (GDestroyNotify)g_variant_unref)));