X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=e486768f001e4ad76edef29eb1549d39cde8c79b;hb=76f33d4c672c43c9d9c8b8a088f97535fb878f8a;hp=56a7bd1a643abf3611106afc91d3e7e42a5bd3d0;hpb=5b35d18ccf2e5a8949d1b4b37d06bf527480e547;p=pulseview.git diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index 56a7bd1..e486768 100644 --- a/pv/popups/channels.hpp +++ b/pv/popups/channels.hpp @@ -25,8 +25,11 @@ #include #include +#include #include +#include #include +#include #include #include @@ -37,9 +40,6 @@ using std::map; using std::shared_ptr; using std::vector; -class QCheckBox; -class QGridLayout; - namespace sigrok { class ChannelGroup; }