Fix some includes in atlas

Make include-what-you-use happy with some files in source/tools/atlas
and fix what needs to be fixed.

Update premake script to include missing deps and drop various extra
paths for simplification.

Don't always include wx/wx.h via precompiled.h in case PCH is disabled.

Ref: #8086
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser
2025-08-09 21:17:38 +02:00
parent 7fde47e1f3
commit e22c5bd05e
56 changed files with 485 additions and 245 deletions
@@ -24,7 +24,6 @@
#include <wx/accel.h>
#include <wx/button.h>
#include <wx/panel.h>
#include <wx/rtti.h>
#include <wx/sizer.h>
#include <wx/statline.h>
#include <wx/toolbar.h>