Skip to content

Commit

Permalink
Avoid including actions/actions.h
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth committed Jan 5, 2024
1 parent 36837d8 commit e651251
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ExampleAnalysis/src/SettingsAction.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#pragma once

#include "actions/Actions.h"
#include "actions/GroupAction.h"
#include "actions/DecimalAction.h"
#include "actions/IntegralAction.h"
#include "actions/StringAction.h"
#include "actions/TriggerAction.h"

/** All GUI related classes are in the ManiVault Graphical User Interface namespace */
using namespace mv::gui;
Expand Down

0 comments on commit e651251

Please sign in to comment.