diff options
Diffstat (limited to 'gdb/dwarf2/index-cache.h')
-rw-r--r-- | gdb/dwarf2/index-cache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/dwarf2/index-cache.h b/gdb/dwarf2/index-cache.h index 08a2d56..94c4413 100644 --- a/gdb/dwarf2/index-cache.h +++ b/gdb/dwarf2/index-cache.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef DWARF_INDEX_CACHE_H -#define DWARF_INDEX_CACHE_H +#ifndef GDB_DWARF2_INDEX_CACHE_H +#define GDB_DWARF2_INDEX_CACHE_H #include "gdbsupport/array-view.h" @@ -135,4 +135,4 @@ private: /* The global instance of the index cache. */ extern index_cache global_index_cache; -#endif /* DWARF_INDEX_CACHE_H */ +#endif /* GDB_DWARF2_INDEX_CACHE_H */ |