Materials: Correct PreCompiled.h includes in Gui

This commit is contained in:
Chris Hennes
2024-01-20 20:21:34 -06:00
parent de46393711
commit e11a65813c
13 changed files with 14 additions and 25 deletions

View File

@@ -21,10 +21,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <QList>
#include <QMetaType>
#endif
#include <Base/Console.h>
#include <Gui/MainWindow.h>