X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcommon%2Fbtrace-common.h;h=0b18924882c65488a45e0db6de7d0ded0ccf6134;hb=5b0e2db4fa08b43e9ff78d6e9a45d496522bd241;hp=284adf613fccc74de4f153f9b3b39ee267187955;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/common/btrace-common.h b/gdb/common/btrace-common.h index 284adf613f..0b18924882 100644 --- a/gdb/common/btrace-common.h +++ b/gdb/common/btrace-common.h @@ -19,8 +19,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef BTRACE_COMMON_H -#define BTRACE_COMMON_H +#ifndef COMMON_BTRACE_COMMON_H +#define COMMON_BTRACE_COMMON_H /* Branch tracing (btrace) is a per-thread control-flow execution trace of the inferior. For presentation purposes, the branch trace is represented as a @@ -254,4 +254,4 @@ extern const char *btrace_format_short_string (enum btrace_format format); extern int btrace_data_append (struct btrace_data *dst, const struct btrace_data *src); -#endif /* BTRACE_COMMON_H */ +#endif /* COMMON_BTRACE_COMMON_H */