decoderstack.cpp: Fix incorrect #inludes.
authorUwe Hermann <uwe@hermann-uwe.de>
Sat, 29 Nov 2014 16:28:14 +0000 (17:28 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 29 Nov 2014 16:29:15 +0000 (17:29 +0100)
test/data/decoderstack.cpp

index 1bfbfc1cf6369014428ab824c8b648811e6555e0..ceb5147f66faefe844af40ed1ac993283d3f8495 100644 (file)
 #include <libsigrokdecode/libsigrokdecode.h> /* First, so we avoid a _POSIX_C_SOURCE warning. */
 #include <boost/test/unit_test.hpp>
 
-#include <libsigrok/libsigrok.h>
+#include <libsigrok/libsigrok.hpp>
 
-#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;