]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitemiterator.hpp
Reduce include bloat by including boost/thread/{locks,shared_mutex}.hpp directly
[pulseview.git] / pv / view / rowitemiterator.hpp
index 1b8926ca90a0d35a2df9c20b6d44cf0165f57393..10de80a03060bde9323eb4e549ff1aede26b4a49 100644 (file)
@@ -34,7 +34,8 @@
 #define NOGDI
 #define NORESOURCE
 #endif
-#include <boost/thread.hpp>
+#include <boost/thread/locks.hpp>
+#include <boost/thread/shared_mutex.hpp>
 
 #include <pv/session.hpp>