From 289d10f3c5d167606e5372a650be87da384432c7 Mon Sep 17 00:00:00 2001
From: Stephane Del Pino <stephane.delpino44@gmail.com>
Date: Wed, 24 Jul 2019 16:48:58 +0200
Subject: [PATCH] Remove useless include

---
 src/mesh/SubItemValuePerItem.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mesh/SubItemValuePerItem.hpp b/src/mesh/SubItemValuePerItem.hpp
index 132a0fb83..a115bdede 100644
--- a/src/mesh/SubItemValuePerItem.hpp
+++ b/src/mesh/SubItemValuePerItem.hpp
@@ -1,8 +1,6 @@
 #ifndef SUBITEM_VALUE_PER_ITEM_HPP
 #define SUBITEM_VALUE_PER_ITEM_HPP
 
-#include <Kokkos_StaticCrsGraph.hpp>
-
 #include <PugsAssert.hpp>
 
 #include <Array.hpp>
-- 
GitLab