diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-06-21 10:36:28 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-06-22 18:42:11 -0700 |
commit | 74877df1623f33686b68499aefc20551709a69ac (patch) | |
tree | 9398dd7c027163a7b4c168aba3a0887824a3975e /host | |
parent | 589f98f74b4d1cfe3c922eef1515323ee6fc83a3 (diff) | |
download | uhd-74877df1623f33686b68499aefc20551709a69ac.tar.gz uhd-74877df1623f33686b68499aefc20551709a69ac.tar.bz2 uhd-74877df1623f33686b68499aefc20551709a69ac.zip |
UHD: Reorder include
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/rfnoc/node_ctrl_base.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/node_ctrl_base.hpp b/host/include/uhd/rfnoc/node_ctrl_base.hpp index 00dd6a056..9aa137b09 100644 --- a/host/include/uhd/rfnoc/node_ctrl_base.hpp +++ b/host/include/uhd/rfnoc/node_ctrl_base.hpp @@ -11,13 +11,13 @@ #include <uhd/types/device_addr.hpp> #include <uhd/rfnoc/constants.hpp> #include <uhd/utils/log.hpp> -#include <stdint.h> #include <boost/shared_ptr.hpp> #include <boost/utility.hpp> #include <boost/enable_shared_from_this.hpp> #include <boost/function.hpp> #include <map> #include <set> +#include <stdint.h> namespace uhd { namespace rfnoc { |