Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / common / gdb_unlinker.h
index 30f71b189620201454182669a07f4055b6d4d98d..193c2f847c9c2e0e1b62ecbd9ebad3b66733298f 100644 (file)
@@ -1,6 +1,6 @@
 /* Unlinking class
 
-   Copyright (C) 2016-2018 Free Software Foundation, Inc.
+   Copyright (C) 2016-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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 GDB_UNLINKER_H
-#define GDB_UNLINKER_H
+#ifndef COMMON_GDB_UNLINKER_H
+#define COMMON_GDB_UNLINKER_H
 
 namespace gdb
 {
@@ -57,4 +57,4 @@ class unlinker
 
 }
 
-#endif /* GDB_UNLINKER_H */
+#endif /* COMMON_GDB_UNLINKER_H */
This page took 0.02465 seconds and 4 git commands to generate.