From c30ece27bb6e1ecf63b5aecc11810f8302b7ba35 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Sat, 17 Sep 2016 19:40:21 -0500
Subject: [PATCH] Update #include file path.

---
 tests/mpi/blockvec_02.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/mpi/blockvec_02.cc b/tests/mpi/blockvec_02.cc
index 4544a49788..c619f9b6ab 100644
--- a/tests/mpi/blockvec_02.cc
+++ b/tests/mpi/blockvec_02.cc
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2004 - 2015 by the deal.II authors
+// Copyright (C) 2004 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -19,7 +19,7 @@
 // to a Vector
 
 #include "../tests.h"
-#include "coarse_grid_common.h"
+#include "../distributed_grids/coarse_grid_common.h"
 #include <deal.II/lac/petsc_parallel_block_vector.h>
 #include <deal.II/lac/trilinos_parallel_block_vector.h>
 #include <deal.II/base/index_set.h>
-- 
2.39.5