Skip to content
Snippets Groups Projects
Commit 5a86d57c authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

fwd decl

parent 01c180cb
No related branches found
No related tags found
1 merge request!2003In GUI, remove option to switch beteen nm and angstrom, degrees and radians.
......@@ -13,6 +13,7 @@
// ************************************************************************************************
#include "GUI/View/Numeric/NumWidgetUtil.h"
#include "GUI/Support/Type/Unit.h"
#include "GUI/Support/Util/CustomEventFilters.h"
#include "GUI/View/Numeric/DoubleSpinBox.h"
#include "GUI/View/Numeric/NumberUtil.h"
......
......@@ -16,7 +16,6 @@
#define BORNAGAIN_GUI_VIEW_NUMERIC_NUMWIDGETUTIL_H
#include "Fit/Param/RealLimits.h"
#include "GUI/Support/Type/Unit.h"
#include <QCheckBox>
#include <QFormLayout>
#include <QSpinBox>
......@@ -25,6 +24,7 @@
class DoubleSpinBox;
class DoubleProperty;
class ScientificSpinBox;
enum class Unit;
namespace GUI::Util {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment