diff options
author | Weimin Pan <weimin.pan@oracle.com> | 2019-10-07 00:16:06 +0000 |
---|---|---|
committer | Weimin Pan <weimin.pan@oracle.com> | 2019-10-07 01:44:45 +0000 |
commit | 518fe38cd9c206b2a239d9b93677017203c385cb (patch) | |
tree | ec613666f805993fdcd058392ab5bd0d54747c40 /gdb/tracefile.c | |
parent | 816228ed09dc867fa16dc5458277d649885d98fe (diff) | |
download | binutils-gdb-518fe38cd9c206b2a239d9b93677017203c385cb.tar.gz |
Renaming of ctf (the trace format) files
Diffstat (limited to 'gdb/tracefile.c')
-rw-r--r-- | gdb/tracefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracefile.c b/gdb/tracefile.c index a92104bbf34..79ba5414136 100644 --- a/gdb/tracefile.c +++ b/gdb/tracefile.c @@ -19,7 +19,7 @@ #include "defs.h" #include "tracefile.h" -#include "ctf.h" +#include "tracectf.h" #include "exec.h" #include "regcache.h" #include "gdbsupport/byte-vector.h" |