Rewrite #includes to use explicit subdirectory paths

Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-14 19:16:48 +00:00
parent 0531086bb9
commit 7e49aa8740
243 changed files with 994 additions and 1006 deletions

View File

@@ -1,7 +1,7 @@
#include "stdafx.h"
#include "widgets/perfgraphs.h"
#include "Timer.h"
#include "translation.h"
#include "utilities/Timer.h"
#include "utilities/translation.h"
perfgraph_panel::perfgraph_panel() : ui_panel(STR("Performance"), false) {}