diff --git a/Gui/mainwindow.h b/Gui/mainwindow.h
index 9ae180be6b4652447c78f0d701cbd23e04929202..f27057c2fef421d0b02021451a729fe4701dbde4 100644
--- a/Gui/mainwindow.h
+++ b/Gui/mainwindow.h
@@ -15,7 +15,6 @@
 #ifndef MAINWINDOW_H
 #define MAINWINDOW_H
 
-#include "FileFinder.h"
 #include "ProjectData.h"
 #include "ImportFileTypes.h"
 #include "ui_mainwindow.h"
@@ -126,7 +125,6 @@ private:
 
 	QString curFile;
 
-	BaseLib::FileFinder _fileFinder;
 	MshModel* _meshModels;
 	ElementTreeModel* _elementModel;
 	ProcessModel* _processModel;