diff --git a/src/panda_qt/screen.cpp b/src/panda_qt/screen.cpp index 08ca67c9..25ff576c 100644 --- a/src/panda_qt/screen.cpp +++ b/src/panda_qt/screen.cpp @@ -13,8 +13,6 @@ #endif #include "panda_qt/screen.hpp" -// This comment exists because we don't want clang-format to reorder the headers here -#include "panda_qt/main_window.hpp" // OpenGL screen widget, based on https://github.com/stenzek/duckstation/blob/master/src/duckstation-qt/displaywidget.cpp // and https://github.com/melonDS-emu/melonDS/blob/master/src/frontend/qt_sdl/main.cpp