diff options
Diffstat (limited to 'gdbsupport/run-time-clock.h')
-rw-r--r-- | gdbsupport/run-time-clock.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/run-time-clock.h b/gdbsupport/run-time-clock.h index 8176151..f432854 100644 --- a/gdbsupport/run-time-clock.h +++ b/gdbsupport/run-time-clock.h @@ -16,8 +16,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_RUN_TIME_CLOCK_H -#define COMMON_RUN_TIME_CLOCK_H +#ifndef GDBSUPPORT_RUN_TIME_CLOCK_H +#define GDBSUPPORT_RUN_TIME_CLOCK_H #include <chrono> @@ -72,4 +72,4 @@ struct run_time_clock system_cpu_time_clock::time_point &system) noexcept; }; -#endif /* COMMON_RUN_TIME_CLOCK_H */ +#endif /* GDBSUPPORT_RUN_TIME_CLOCK_H */ |