]> sigrok.org Git - pulseview.git/blobdiff - test/data/logicsegment.cpp
Add a tooltip for the "Add decoder" button.
[pulseview.git] / test / data / logicsegment.cpp
index 899720521cd26c50134fb1f385903e0d906026ca..848cc5a534f2e6867825a254eefa710cf99ef1ae 100644 (file)
 
 #include <extdef.h>
 
-#include <stdint.h>
+#include <cstdint>
 
 #include <boost/test/unit_test.hpp>
 
 #include <pv/data/logicsegment.hpp>
 
+#if 0
 using pv::data::LogicSegment;
 using std::vector;
+#endif
 
 // Dummy, remove again when unit tests are fixed.
 BOOST_AUTO_TEST_SUITE(DummyTestSuite)