Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 14, 2019
1 parent 1fffe3f commit b0db4d9
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions src/plugins/support/SimulationSupport/src/simulation.cpp
Expand Up @@ -29,39 +29,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "sedmlfilemanager.h"
#include "simulation.h"
#include "simulationworker.h"
#include "solverinterface.h"

//==============================================================================

#include <QSet>
#include <QtMath>

//==============================================================================

#include "libsbmlbegin.h"
#include "sbml/math/FormulaParser.h"
#include "libsbmlend.h"
#include <QThread>

//==============================================================================

#include "libsedmlbegin.h"
#include "sedml/SedAlgorithm.h"
#include "sedml/SedDocument.h"
#include "sedml/SedOneStep.h"
#include "sedml/SedPlot2D.h"
#include "sedml/SedRepeatedTask.h"
#include "sedml/SedSimulation.h"
#include "sedml/SedUniformTimeCourse.h"
#include "sedml/SedVectorRange.h"
#include "libsedmlend.h"

//==============================================================================

#include <QEventLoop>
#include <QThread>

//==============================================================================

namespace OpenCOR {
namespace SimulationSupport {

Expand Down

0 comments on commit b0db4d9

Please sign in to comment.