diff options
Diffstat (limited to 'gdb/test-target.h')
-rw-r--r-- | gdb/test-target.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/test-target.h b/gdb/test-target.h index 54924e0..b88c154 100644 --- a/gdb/test-target.h +++ b/gdb/test-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 TEST_TARGET_H -#define TEST_TARGET_H +#ifndef GDB_TEST_TARGET_H +#define GDB_TEST_TARGET_H #include "process-stratum-target.h" @@ -62,4 +62,4 @@ public: } // namespace selftests #endif /* GDB_SELF_TEST */ -#endif /* !defined (TEST_TARGET_H) */ +#endif /* GDB_TEST_TARGET_H */ |