diff options
Diffstat (limited to 'gdb/target/target.h')
-rw-r--r-- | gdb/target/target.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/target/target.h b/gdb/target/target.h index f7b8ce9dc62..3e90839fa9b 100644 --- a/gdb/target/target.h +++ b/gdb/target/target.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 TARGET_COMMON_H -#define TARGET_COMMON_H +#ifndef TARGET_TARGET_H +#define TARGET_TARGET_H #include "target/waitstatus.h" /* This header is a stopgap until more code is shared. */ @@ -209,4 +209,4 @@ private: static target_terminal_state m_terminal_state; }; -#endif /* TARGET_COMMON_H */ +#endif /* TARGET_TARGET_H */ |