Use alphabetical order for #includes.
[pulseview.git] / pv / view / viewitemowner.cpp
index 292d04e352056ac1cce8b3b5b64e411622b57ae0..9487659006468dba0eee3198eb1002e28a80062e 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <cassert>
 
 #include "tracetreeitem.hpp"
-#include "tracetreeitemowner.hpp"
 #include "trace.hpp"
-
-using std::dynamic_pointer_cast;
-using std::max;
-using std::make_pair;
-using std::min;
-using std::pair;
-using std::set;
-using std::shared_ptr;
-using std::vector;
+#include "tracetreeitemowner.hpp"
 
 namespace pv {
 namespace views {