]> sigrok.org Git - pulseview.git/blobdiff - pv/device/devinst.h
Replaced boost::shared_ptr with std::shared_ptr
[pulseview.git] / pv / device / devinst.h
index e6a5140989dcea0a58ec8ace4a40bae4714eba3a..7f467cf442be629771fa776e327e2b9e9dab9f49 100644 (file)
 #ifndef PULSEVIEW_PV_DEVICE_DEVINST_H
 #define PULSEVIEW_PV_DEVICE_DEVINST_H
 
+#include <memory>
 #include <string>
 
-#include <boost/shared_ptr.hpp>
-
 #include <QObject>
 
 #include <glib.h>