From 61f99089288138989cf244d174882aa5088b738b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 9 Mar 2025 19:47:50 +0530 Subject: Refactor directory structure --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 91e605e..3e2e2eb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,8 +1,7 @@ #include #include -#include -#include "MainWindow.hpp" +#include "widgets/MainWindow.hpp" int main(int argc, char *argv[]) { // QCoreApplication::setAttribute(Qt::AA_UseDesktopOpenGL); -- cgit v1.3.1