X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=test%2Fdata%2Fdecoderstack.cpp;fp=test%2Fdata%2Fdecoderstack.cpp;h=ceb5147f66faefe844af40ed1ac993283d3f8495;hp=1bfbfc1cf6369014428ab824c8b648811e6555e0;hb=c17403e8725f31216eb665f4da7018c580346eaa;hpb=48ecc1fcd47fd239ae525634bc1a9d2e7a46ac0e diff --git a/test/data/decoderstack.cpp b/test/data/decoderstack.cpp index 1bfbfc1..ceb5147 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;