From c17403e8725f31216eb665f4da7018c580346eaa Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 29 Nov 2014 17:28:14 +0100 Subject: [PATCH] decoderstack.cpp: Fix incorrect #inludes. --- test/data/decoderstack.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; -- 2.30.2