From 6b012bb7fc411fea4be8e3c646892444013f4cdb Mon Sep 17 00:00:00 2001 From: Madhav Kanbur Date: Fri, 15 Jan 2021 19:54:37 +0530 Subject: [PATCH] Remove QT includes from FrontendUtil.h Signed-off-by: Madhav Kanbur --- src/frontend/FrontendUtil.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/frontend/FrontendUtil.h b/src/frontend/FrontendUtil.h index 7337e6fa..d11c7861 100644 --- a/src/frontend/FrontendUtil.h +++ b/src/frontend/FrontendUtil.h @@ -19,9 +19,6 @@ #ifndef FRONTENDUTIL_H #define FRONTENDUTIL_H -#include -#include - #include "types.h" namespace Frontend