From 7cf039a4a6c05349000c28462cbd53bdc1bf33ad Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Fri, 15 Nov 2024 16:51:21 -0500 Subject: [PATCH] cpplint fix --- stan/math/rev/fun/generalized_inverse.hpp | 1 - stan/math/rev/fun/softmax.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/stan/math/rev/fun/generalized_inverse.hpp b/stan/math/rev/fun/generalized_inverse.hpp index 7d1057a8c64..11c0eb18ada 100644 --- a/stan/math/rev/fun/generalized_inverse.hpp +++ b/stan/math/rev/fun/generalized_inverse.hpp @@ -6,7 +6,6 @@ #include #include #include -#include #include namespace stan { diff --git a/stan/math/rev/fun/softmax.hpp b/stan/math/rev/fun/softmax.hpp index 93da1433cd2..a1bf786e826 100644 --- a/stan/math/rev/fun/softmax.hpp +++ b/stan/math/rev/fun/softmax.hpp @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include