diff --git a/src/app/valentina/core/vapplication.h b/src/app/valentina/core/vapplication.h index e4d178904..598175e74 100644 --- a/src/app/valentina/core/vapplication.h +++ b/src/app/valentina/core/vapplication.h @@ -30,7 +30,6 @@ #define VAPPLICATION_H #include "../vmisc/vabstractapplication.h" -#include "../options.h" #include "../vwidgets/vmaingraphicsview.h" #include "../vpatterndb/vtranslatevars.h" #include "vsettings.h" diff --git a/src/app/valentina/core/vtooloptionspropertybrowser.cpp b/src/app/valentina/core/vtooloptionspropertybrowser.cpp index 1e8b8cc55..b8a8aaca6 100644 --- a/src/app/valentina/core/vtooloptionspropertybrowser.cpp +++ b/src/app/valentina/core/vtooloptionspropertybrowser.cpp @@ -39,6 +39,7 @@ #include "../vpatterndb/vformula.h" #include "../vgeometry/vcubicbezier.h" #include "../vgeometry/vcubicbezierpath.h" +#include "../qmuparser/qmudef.h" #include #include diff --git a/src/app/valentina/dialogs/configpages/preferencespathpage.cpp b/src/app/valentina/dialogs/configpages/preferencespathpage.cpp index 67415e3e8..b59bf85e5 100644 --- a/src/app/valentina/dialogs/configpages/preferencespathpage.cpp +++ b/src/app/valentina/dialogs/configpages/preferencespathpage.cpp @@ -29,7 +29,6 @@ #include "preferencespathpage.h" #include "ui_preferencespathpage.h" #include "../vmisc/vsettings.h" -#include "../../options.h" #include "../../core/vapplication.h" #include diff --git a/src/app/valentina/dialogs/dialogaboutapp.cpp b/src/app/valentina/dialogs/dialogaboutapp.cpp index f5b7f10b5..677d58613 100644 --- a/src/app/valentina/dialogs/dialogaboutapp.cpp +++ b/src/app/valentina/dialogs/dialogaboutapp.cpp @@ -33,7 +33,6 @@ #include #include #include -#include "../options.h" #include "../core/vapplication.h" #include "../fervor/fvupdater.h" diff --git a/src/app/valentina/dialogs/dialoglayoutprogress.cpp b/src/app/valentina/dialogs/dialoglayoutprogress.cpp index 1498859bf..34797d63f 100644 --- a/src/app/valentina/dialogs/dialoglayoutprogress.cpp +++ b/src/app/valentina/dialogs/dialoglayoutprogress.cpp @@ -28,7 +28,6 @@ #include "dialoglayoutprogress.h" #include "ui_dialoglayoutprogress.h" -#include "../options.h" #include "../core/vapplication.h" #include diff --git a/src/app/valentina/dialogs/dialogpatternproperties.h b/src/app/valentina/dialogs/dialogpatternproperties.h index 3d5b3f0a6..cad6f3bc8 100644 --- a/src/app/valentina/dialogs/dialogpatternproperties.h +++ b/src/app/valentina/dialogs/dialogpatternproperties.h @@ -30,9 +30,11 @@ #define DIALOGPATTERNPROPERTIES_H #include -#include "../options.h" #include +#include "../vmisc/def.h" +#include "../ifc/ifcdef.h" + class VPattern; class VContainer; class QCheckBox; diff --git a/src/app/valentina/dialogs/dialogsavelayout.cpp b/src/app/valentina/dialogs/dialogsavelayout.cpp index 64cfbd0b0..3ab4e4338 100644 --- a/src/app/valentina/dialogs/dialogsavelayout.cpp +++ b/src/app/valentina/dialogs/dialogsavelayout.cpp @@ -28,7 +28,6 @@ #include "dialogsavelayout.h" #include "ui_dialogsavelayout.h" -#include "../options.h" #include "../core/vapplication.h" #include "../vmisc/vsettings.h" #include "../ifc/exception/vexception.h" diff --git a/src/app/valentina/mainwindow.cpp b/src/app/valentina/mainwindow.cpp index d88713b48..6eee2d14f 100644 --- a/src/app/valentina/mainwindow.cpp +++ b/src/app/valentina/mainwindow.cpp @@ -43,7 +43,6 @@ #include "../vmisc/vmodifierkey.h" #include "undocommands/renamepp.h" #include "core/vtooloptionspropertybrowser.h" -#include "options.h" #include "../ifc/xml/vpatternconverter.h" #include "../vformat/vmeasurements.h" #include "../ifc/xml/vvstconverter.h" diff --git a/src/app/valentina/options.h b/src/app/valentina/options.h deleted file mode 100644 index 0867b0279..000000000 --- a/src/app/valentina/options.h +++ /dev/null @@ -1,44 +0,0 @@ -/************************************************************************ - ** - ** @file options.h - ** @author Roman Telezhynskyi - ** @date November 15, 2013 - ** - ** @brief - ** @copyright - ** This source code is part of the Valentina project, a pattern making - ** program, whose allow create and modeling patterns of clothing. - ** Copyright (C) 2013-2015 Valentina project - ** All Rights Reserved. - ** - ** Valentina is free software: you can redistribute it and/or modify - ** it under the terms of the GNU General Public License as published by - ** the Free Software Foundation, either version 3 of the License, or - ** (at your option) any later version. - ** - ** Valentina is distributed in the hope that it will be useful, - ** but WITHOUT ANY WARRANTY; without even the implied warranty of - ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - ** GNU General Public License for more details. - ** - ** You should have received a copy of the GNU General Public License - ** along with Valentina. If not, see -#ifdef Q_OS_WIN -# include -#endif /*Q_OS_WIN*/ - -#include "../ifc/ifcdef.h" -#include "../vgeometry/vgeometrydef.h" -#include "../qmuparser/qmudef.h" -#include "../vmisc/def.h" - -enum class Contour : char { OpenContour, CloseContour }; - -#endif // OPTIONS_H diff --git a/src/app/valentina/valentina.pri b/src/app/valentina/valentina.pri index ea340f837..772b54f49 100644 --- a/src/app/valentina/valentina.pri +++ b/src/app/valentina/valentina.pri @@ -17,7 +17,6 @@ SOURCES += \ # Some header files HEADERS += \ $$PWD/mainwindow.h \ - $$PWD/options.h \ $$PWD/stable.h \ $$PWD/version.h \ $$PWD/mainwindowsnogui.h