From: Uwe Hermann Date: Sat, 29 Nov 2014 16:28:14 +0000 (+0100) Subject: decoderstack.cpp: Fix incorrect #inludes. X-Git-Tag: pulseview-0.3.0~415 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=c17403e8725f31216eb665f4da7018c580346eaa decoderstack.cpp: Fix incorrect #inludes. --- diff --git a/test/data/decoderstack.cpp b/test/data/decoderstack.cpp index 1bfbfc1c..ceb5147f 100644 --- a/test/data/decoderstack.cpp +++ b/test/data/decoderstack.cpp @@ -21,12 +21,12 @@ #include /* First, so we avoid a _POSIX_C_SOURCE warning. */ #include -#include +#include -#include "../../pv/data/decoderstack.h" -#include "../../pv/devicemanager.h" -#include "../../pv/sigsession.h" -#include "../../pv/view/decodetrace.h" +#include "../../pv/data/decoderstack.hpp" +#include "../../pv/devicemanager.hpp" +#include "../../pv/sigsession.hpp" +#include "../../pv/view/decodetrace.hpp" using pv::data::DecoderStack; using pv::data::decode::Decoder;