]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/common/gdb_splay_tree.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / common / gdb_splay_tree.h
index a3fc4679badb6a499bdc0f9c79ff0eee7bd65d61..90b05cdce171fc001c47ddf4c40031ddb79f9d5d 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 GDB_SPLAY_TREE_H
-#define GDB_SPLAY_TREE_H
+#ifndef COMMON_GDB_SPLAY_TREE_H
+#define COMMON_GDB_SPLAY_TREE_H
 
 #include "splay-tree.h"
 
@@ -39,4 +39,4 @@ struct splay_tree_deleter
 typedef std::unique_ptr<splay_tree_s, gdb::splay_tree_deleter>
     gdb_splay_tree_up;
 
-#endif /* GDB_SPLAY_TREE_H */
+#endif /* COMMON_GDB_SPLAY_TREE_H */