Skip to content

Commit

Permalink
update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Dec 18, 2024
1 parent 4a058bc commit 09d66e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/stan/callbacks/multi_writer.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#ifndef STAN_CALLBACKS_MULTI_WRITER_HPP
#define STAN_CALLBACKS_MULTI_WRITER_HPP

#include <stan/callbacks/writer.hpp>
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/callbacks/writer.hpp>
#include <stan/math/prim/functor/for_each.hpp>
#include <memory>
#include <ostream>
#include <string>
Expand Down
2 changes: 0 additions & 2 deletions src/stan/callbacks/unique_stream_writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ class unique_stream_writer final : public writer {
return;
*output_ << comment_prefix_ << message << std::endl;
}
using Stream = std::decay_t<Stream>;

private:
/**
* Comma formatter for writing Eigen matrices
Expand Down

0 comments on commit 09d66e5

Please sign in to comment.