From 05b1dbb0e9e9eb4201145122a1d95a047a932212 Mon Sep 17 00:00:00 2001 From: "Dmitry Yu. Naumov" <github@naumov.de> Date: Sun, 20 Sep 2015 13:21:01 +0000 Subject: [PATCH] [AsmL] Remove unneeded include. --- AssemblerLib/GlobalSetup.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/AssemblerLib/GlobalSetup.h b/AssemblerLib/GlobalSetup.h index b7f6a44110c..b14d3b9af24 100644 --- a/AssemblerLib/GlobalSetup.h +++ b/AssemblerLib/GlobalSetup.h @@ -12,8 +12,6 @@ #include <functional> -#include "MeshComponentMap.h" - namespace AssemblerLib { -- GitLab