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 +}