From 3a1bb4601a972dba176dad77d9dfea385aef2c47 Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Fri, 2 Aug 2024 11:10:03 +0200 Subject: [PATCH] Don't include unused header 'array' --- test/cosseratcontinuumtest.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/cosseratcontinuumtest.cc b/test/cosseratcontinuumtest.cc index 0552e1ef..bcc99d9a 100644 --- a/test/cosseratcontinuumtest.cc +++ b/test/cosseratcontinuumtest.cc @@ -1,7 +1,5 @@ #include <config.h> -#include <array> - // Includes for the ADOL-C automatic differentiation library // Need to come before (almost) all others. #include <adolc/adouble.h> -- GitLab