From c54a2e8f0c38cade64d8ebbddcbf9fdf5ae9271b Mon Sep 17 00:00:00 2001 From: Tim Deagan Date: Thu, 15 Jan 2015 15:48:23 -0600 Subject: [PATCH] Removed redundant #include statement QDir was already being conditionally included prior to the gui function, including it at the top of the file was redundant. modified: src/openscad.cc --- src/openscad.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openscad.cc b/src/openscad.cc index 9e83b415..c47af0e9 100644 --- a/src/openscad.cc +++ b/src/openscad.cc @@ -43,8 +43,6 @@ #include "CocoaUtils.h" #include "FontCache.h" -#include - #include #include #include