Skip to content

Commit

Permalink
fixed include names in SystemDefaultImplementation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14945 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed Jan 25, 2013
1 parent 55b0b5f commit 30a6937
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

#include <System/SystemDefaultImplementation.h>
#include "AlgLoopSolverFactory.h"
#include <System/Eventhandling.h>
#include <System/Algloopdefaultimplementation.h>
#include <System/EventHandling.h>
#include <System/AlgLoopDefaultImplementation.h>
#include <LibrariesConfig.h>
SystemDefaultImplementation::SystemDefaultImplementation(IGlobalSettings& globalSettings)
: time (0.0)
Expand Down

0 comments on commit 30a6937

Please sign in to comment.