From 4af06340deef385f72a0df28f9674ca1d53ada77 Mon Sep 17 00:00:00 2001 From: tdixon Date: Thu, 29 Jun 2017 13:38:50 -0300 Subject: [PATCH] remove unused import --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index f46ec70..f5c86d0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,8 +31,6 @@ #include #include -#include - #include "sharedstate.h" #include "eventthread.h" #include "gl-debug.h"