From 3ba79ae5c11035775093edab7b19bf143a673fe3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 28 Feb 2020 04:38:11 +0100 Subject: [PATCH] Remove unneeded includes. --- gui/src/window_main.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gui/src/window_main.hpp b/gui/src/window_main.hpp index 6ff2f4c..0398f3f 100644 --- a/gui/src/window_main.hpp +++ b/gui/src/window_main.hpp @@ -5,10 +5,8 @@ #include "channel.hpp" #include -#include #include #include -#include namespace FediPotato {