]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/common/run-time-clock.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / common / run-time-clock.h
index 2522ca396b2c7537bf3e3626103b6743ab9d219d..9c15dd7ab12a10f2dbf2013c7a1bf2f563ee7509 100644 (file)
@@ -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 RUN_TIME_CLOCK_H
-#define RUN_TIME_CLOCK_H
+#ifndef COMMON_RUN_TIME_CLOCK_H
+#define COMMON_RUN_TIME_CLOCK_H
 
 #include <chrono>
 
@@ -72,4 +72,4 @@ struct run_time_clock
                   system_cpu_time_clock::time_point &system) noexcept;
 };
 
-#endif
+#endif /* COMMON_RUN_TIME_CLOCK_H */