Skip to content

Commit

Permalink
moved include from h to cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gennady Markelov committed May 28, 2024
1 parent 7351b24 commit 86f076c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
//

#include "stress_strain_utilities.h"
#include "geo_mechanics_application_constants.h"
#include "utilities/math_utils.h"
#include <cmath>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#pragma once

/* Project includes */
#include "geo_mechanics_application_constants.h"
#include "includes/define.h"
#include "includes/ublas_interface.h"

Expand Down

0 comments on commit 86f076c

Please sign in to comment.