diff options
Diffstat (limited to 'gdbsupport/tdesc.h')
-rw-r--r-- | gdbsupport/tdesc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/tdesc.h b/gdbsupport/tdesc.h index c9e7603..eafa95d 100644 --- a/gdbsupport/tdesc.h +++ b/gdbsupport/tdesc.h @@ -15,8 +15,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 COMMON_TDESC_H -#define COMMON_TDESC_H +#ifndef GDBSUPPORT_TDESC_H +#define GDBSUPPORT_TDESC_H #include "gdbsupport/osabi.h" @@ -464,4 +464,4 @@ private: int m_depth; }; -#endif /* COMMON_TDESC_H */ +#endif /* GDBSUPPORT_TDESC_H */ |