]> sigrok.org Git - pulseview.git/blobdiff - pv/data/logicsegment.cpp
Modified header guards to match file names
[pulseview.git] / pv / data / logicsegment.cpp
index 2b9d89bf4398b5ae4c74f72b59fc890be2e34145..e56a8371093555ef66b5d3804c8c8f4fdf284d0c 100644 (file)
 #include <assert.h>
 #include <string.h>
 #include <stdlib.h>
-#include <math.h>
+#include <cmath>
 
 #include "logicsegment.hpp"
 
-#include <libsigrok/libsigrok.hpp>
+#include <libsigrokcxx/libsigrokcxx.hpp>
 
 using std::lock_guard;
 using std::recursive_mutex;