From f05d556cf90f4073818117187017be4a9bcdbb13 Mon Sep 17 00:00:00 2001 From: Sean Miller Date: Thu, 16 Apr 2026 13:41:44 +0100 Subject: Split eggPerformanceView.h into eggPerf.h and eggProcessMeter.h --- src/egg/core/eggSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egg/core/eggSystem.cpp') diff --git a/src/egg/core/eggSystem.cpp b/src/egg/core/eggSystem.cpp index 315c07b0..6af92258 100644 --- a/src/egg/core/eggSystem.cpp +++ b/src/egg/core/eggSystem.cpp @@ -5,7 +5,7 @@ #include "egg/core/eggDisplay.h" #include "egg/core/eggExpHeap.h" #include "egg/core/eggHeap.h" -#include "egg/core/eggPerformanceView.h" +#include "egg/core/eggPerf.h" #include "egg/core/eggSceneManager.h" #include "rvl/OS.h" -- cgit v1.2.3