From: Wolfgang Bangerth Date: Thu, 19 Sep 2013 16:16:21 +0000 (+0000) Subject: Fix include paths. X-Git-Tag: v8.1.0~570^2~266 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ddea2b5271b0d132fb5c9656873d4e3ddfeca0b;p=dealii.git Fix include paths. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30830 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/coarsening_3d.cc b/tests/bits/coarsening_3d.cc index abb917d924..b3cf0d3241 100644 --- a/tests/bits/coarsening_3d.cc +++ b/tests/bits/coarsening_3d.cc @@ -20,7 +20,7 @@ // functions #include "../tests.h" -#include "mesh_3d.h" +#include "../grid/mesh_3d.h" #include #include diff --git a/tests/bits/find_cell_3.cc b/tests/bits/find_cell_3.cc index 7e6b9be15b..d2d7551303 100644 --- a/tests/bits/find_cell_3.cc +++ b/tests/bits/find_cell_3.cc @@ -19,7 +19,7 @@ // like find_cell_2, but with the strange meshes from the mesh_3d_* tests #include "../tests.h" -#include "mesh_3d.h" +#include "../grid/mesh_3d.h" #include #include