Skip to content

Commit

Permalink
Move ModelicaUtilities.h to the root of the includes, since the speci…
Browse files Browse the repository at this point in the history
…fication says it should be included with <ModelicaUtilities.h>, not <util/ModelicaUtilities.h>

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19176 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 19, 2014
1 parent 81b3839 commit ded5eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SimulationRuntime/c/Makefile.common
Expand Up @@ -18,7 +18,8 @@ RUNTIME_HEADERS = $(LIBF2CHEADER) \
./math-support/blaswrap.h \
./openmodelica_func.h \
./openmodelica.h \
./simulation_data.h
./simulation_data.h \
./ModelicaUtilities.h

RUNTIMELINEAR_HEADERS = ./linearization/linearize.h

Expand Down Expand Up @@ -57,7 +58,7 @@ RUNTIMEMETAGC_HEADERS = ./meta/gc/common.h \
./meta/gc/marksweep.h \
./meta/gc/roots.h

RUNTIMEUTIL_HEADERS = ./util/ModelicaUtilities.h \
RUNTIMEUTIL_HEADERS = \
./util/base_array.h \
./util/boolean_array.h \
./util/division.h \
Expand Down
File renamed without changes.

0 comments on commit ded5eeb

Please sign in to comment.