Remove includes from map context where only class or struct declaration is required

This commit is contained in:
Dan Paulat 2024-02-16 22:25:38 -06:00
parent 58c7b9accb
commit 2d6181b12a
6 changed files with 17 additions and 2 deletions

View file

@ -3,7 +3,9 @@
#include <scwx/qt/gl/draw/icons.hpp>
#include <scwx/qt/gl/draw/rectangle.hpp>
#include <scwx/qt/manager/position_manager.hpp>
#include <scwx/qt/map/map_settings.hpp>
#include <scwx/qt/types/texture_types.hpp>
#include <scwx/qt/view/radar_product_view.hpp>
#include <scwx/util/logger.hpp>
#include <scwx/util/time.hpp>