Skip to content

Commit 258e663

Browse files
committed
include only required
1 parent a69bb3d commit 258e663

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

include/boost/stacktrace/detail/frame_decl.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# pragma once
1313
#endif
1414

15-
#include <iosfwd>
1615
#include <string>
1716

1817
#include <boost/stacktrace/safe_dump_to.hpp> // boost::stacktrace::detail::native_frame_ptr_t

include/boost/stacktrace/detail/frame_msvc.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# pragma once
1313
#endif
1414

15-
#include <boost/stacktrace/frame.hpp>
15+
#include <boost/stacktrace/detail/frame_decl.hpp>
1616

1717
#include <boost/core/demangle.hpp>
1818
#include <boost/core/noncopyable.hpp>

include/boost/stacktrace/detail/frame_noop.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# pragma once
1313
#endif
1414

15-
#include <boost/stacktrace/frame.hpp>
15+
#include <boost/stacktrace/detail/frame_decl.hpp>
1616

1717
namespace boost { namespace stacktrace { namespace detail {
1818

include/boost/stacktrace/detail/frame_unwind.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# pragma once
1313
#endif
1414

15-
#include <boost/stacktrace/frame.hpp>
15+
#include <boost/stacktrace/detail/frame_decl.hpp>
1616

1717
#include <boost/stacktrace/detail/to_hex_array.hpp>
1818
#include <boost/stacktrace/detail/location_from_symbol.hpp>

include/boost/stacktrace/stacktrace.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#endif
2525

2626
#include <boost/stacktrace/stacktrace_fwd.hpp>
27+
#include <boost/stacktrace/safe_dump_to.hpp>
2728
#include <boost/stacktrace/detail/frame_decl.hpp>
2829
#include <boost/stacktrace/frame.hpp>
2930

0 commit comments

Comments
 (0)