X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcompile%2Fcompile-c.h;h=4b65d46d5c6fb1113d3fd492c3cc3676d7436c1d;hb=268a13a5a3f7c6b9b6ffc5ac2d1b24eb41f3fbdc;hp=aa11a13410861fa26ab4592fab727cb29841b533;hpb=d82b3862f1218134f5301ed990c6db48fcb82b2f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/compile/compile-c.h b/gdb/compile/compile-c.h index aa11a13410..4b65d46d5c 100644 --- a/gdb/compile/compile-c.h +++ b/gdb/compile/compile-c.h @@ -1,5 +1,5 @@ /* Header file for GDB compile C-language support. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -14,10 +14,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef GDB_COMPILE_C_H -#define GDB_COMPILE_C_H +#ifndef COMPILE_COMPILE_C_H +#define COMPILE_COMPILE_C_H -#include "common/enum-flags.h" +#include "gdbsupport/enum-flags.h" #include "gcc-c-plugin.h" /* enum-flags wrapper. */ @@ -92,4 +92,4 @@ extern std::string c_get_range_decl_name (const struct dynamic_prop *prop); extern gdb::unique_xmalloc_ptr c_symbol_substitution_name (struct symbol *sym); -#endif /* GDB_COMPILE_C_H */ +#endif /* COMPILE_COMPILE_C_H */