Skip to content

Commit

Permalink
Qualify some OMEdit header include directives.
Browse files Browse the repository at this point in the history
  - Include from SimulationRuntime/c/. Not from internal directories.
  • Loading branch information
mahge committed Dec 2, 2021
1 parent a43e053 commit ba7ee7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OMEdit/OMEditLIB/OMC/OMCProxy.cpp
Expand Up @@ -41,8 +41,8 @@
#include "Element/Element.h"
#include "Options/OptionsDialog.h"
#include "Modeling/MessagesWidget.h"
#include "simulation_options.h"
#include "omc_error.h"
#include "util/simulation_options.h"
#include "util/omc_error.h"
#include "FlatModelica/Expression.h"

extern "C" {
Expand Down

0 comments on commit ba7ee7b

Please sign in to comment.