Loading include/backtrace/Backtrace.h +3 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ #include <inttypes.h> #include <stdint.h> #include <ucontext.h> #include <string> #include <vector> Loading Loading @@ -48,6 +47,9 @@ struct backtrace_frame_data_t { // Forward declarations. class BacktraceImpl; struct ucontext; typedef ucontext ucontext_t; class Backtrace { public: // Create the correct Backtrace object based on what is to be unwound. Loading Loading
include/backtrace/Backtrace.h +3 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ #include <inttypes.h> #include <stdint.h> #include <ucontext.h> #include <string> #include <vector> Loading Loading @@ -48,6 +47,9 @@ struct backtrace_frame_data_t { // Forward declarations. class BacktraceImpl; struct ucontext; typedef ucontext ucontext_t; class Backtrace { public: // Create the correct Backtrace object based on what is to be unwound. Loading