From 070e10858ec1cd2b341c4152c5df3a09da1c644c Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 20 Jul 2025 23:54:40 +0300 Subject: [PATCH] More formatting --- include/panda_qt/cpu_debugger.hpp | 1 + include/panda_qt/dsp_debugger.hpp | 1 + include/panda_qt/elided_label.hpp | 1 + include/panda_qt/thread_debugger.hpp | 3 --- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/panda_qt/cpu_debugger.hpp b/include/panda_qt/cpu_debugger.hpp index de04d22e..9c710ead 100644 --- a/include/panda_qt/cpu_debugger.hpp +++ b/include/panda_qt/cpu_debugger.hpp @@ -1,4 +1,5 @@ #pragma once + #include #include #include diff --git a/include/panda_qt/dsp_debugger.hpp b/include/panda_qt/dsp_debugger.hpp index e0067690..277fb199 100644 --- a/include/panda_qt/dsp_debugger.hpp +++ b/include/panda_qt/dsp_debugger.hpp @@ -1,4 +1,5 @@ #pragma once + #include #include #include diff --git a/include/panda_qt/elided_label.hpp b/include/panda_qt/elided_label.hpp index 9d937f9b..1dc3e88a 100644 --- a/include/panda_qt/elided_label.hpp +++ b/include/panda_qt/elided_label.hpp @@ -1,4 +1,5 @@ #pragma once + #include #include #include diff --git a/include/panda_qt/thread_debugger.hpp b/include/panda_qt/thread_debugger.hpp index 76fe3509..eab9cffc 100644 --- a/include/panda_qt/thread_debugger.hpp +++ b/include/panda_qt/thread_debugger.hpp @@ -5,9 +5,6 @@ #include #include #include -#include -#include -#include #include "emulator.hpp"