Removed redundant #include <QDir> 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
master
Tim Deagan 2015-01-15 15:48:23 -06:00
parent c0760e9904
commit c54a2e8f0c
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@
#include "CocoaUtils.h"
#include "FontCache.h"
#include <QDir>
#include <string>
#include <vector>
#include <fstream>