From eb89b76223d2470cb4b71cc2eeffd646467a0c4b Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:54:06 +0300 Subject: [PATCH] Remove bitfield test --- src/panda_qt/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/panda_qt/main.cpp b/src/panda_qt/main.cpp index 122c5851..a7a6216c 100644 --- a/src/panda_qt/main.cpp +++ b/src/panda_qt/main.cpp @@ -2,7 +2,6 @@ #include "panda_qt/main_window.hpp" #include "panda_qt/screen.hpp" -#include "bitfield.hpp" int main(int argc, char *argv[]) { QApplication app(argc, argv); @@ -10,4 +9,4 @@ int main(int argc, char *argv[]) { window.show(); return app.exec(); -} \ No newline at end of file +}