]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/record.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / record.h
index a97d92f48fb9ef11df3dd3c169603da289373e6e..03f96e8ab78e540b4649687dec083e2f59b291c9 100644 (file)
@@ -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 _RECORD_H_
-#define _RECORD_H_
+#ifndef RECORD_H
+#define RECORD_H
 
 #include "target/waitstatus.h" /* For enum target_stop_reason.  */
 #include "common/enum-flags.h"
@@ -113,4 +113,4 @@ extern void record_start (const char *method, const char *format,
 /* Stop recording.  Throw on failure.  */
 extern void record_stop (int from_tty);
 
-#endif /* _RECORD_H_ */
+#endif /* RECORD_H */