diff options
Diffstat (limited to 'gnuradio-runtime/lib/pmt/qa_pmt_unv.cc')
-rw-r--r-- | gnuradio-runtime/lib/pmt/qa_pmt_unv.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-runtime/lib/pmt/qa_pmt_unv.cc b/gnuradio-runtime/lib/pmt/qa_pmt_unv.cc index 9dd9452e5e..8a6d72f9a3 100644 --- a/gnuradio-runtime/lib/pmt/qa_pmt_unv.cc +++ b/gnuradio-runtime/lib/pmt/qa_pmt_unv.cc @@ -20,14 +20,14 @@ * Boston, MA 02110-1301, USA. */ +#include <gnuradio/messages/msg_passing.h> #include <pmt/api.h> //reason: suppress warnings #include <pmt/pmt.h> -#include <gnuradio/messages/msg_passing.h> -#include <boost/test/unit_test.hpp> #include <boost/format.hpp> -#include <sstream> +#include <boost/test/unit_test.hpp> #include <cstdio> #include <cstring> +#include <sstream> using namespace pmt; |