X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Ftrace-ir%2Fresolve-field-path-internal.h;h=9a98b3166c1f29ce1cceaf44db3c2414e7994e72;hb=83ebb7f1751a20c7ba771442487f863331c754ef;hp=d403585f89920df0c0c022889ac8a8babaa444fc;hpb=d94d92ac6656fd252a5d7bb4f6c76935ba18e62e;p=babeltrace.git diff --git a/include/babeltrace/trace-ir/resolve-field-path-internal.h b/include/babeltrace/trace-ir/resolve-field-path-internal.h index d403585f..9a98b316 100644 --- a/include/babeltrace/trace-ir/resolve-field-path-internal.h +++ b/include/babeltrace/trace-ir/resolve-field-path-internal.h @@ -2,7 +2,7 @@ #define BABELTRACE_TRACE_IR_RESOLVE_FIELD_PATH_INTERNAL /* - * Copyright 2016 Philippe Proulx + * Copyright 2016-2018 Philippe Proulx * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -27,14 +27,12 @@ */ #include -#include -#include +#include +#include #include struct bt_resolve_field_path_context { - struct bt_field_class *packet_header; struct bt_field_class *packet_context; - struct bt_field_class *event_header; struct bt_field_class *event_common_context; struct bt_field_class *event_specific_context; struct bt_field_class *event_payload;