Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / common / gdb_unique_ptr.h
index 1e8ceb49fe43690626cc5f6580611cb0fd684033..327e1279296f3c461c4e13ebe97d3c68cf409dc9 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_UNIQUE_PTR_H
-#define GDB_UNIQUE_PTR_H 1
+#ifndef COMMON_GDB_UNIQUE_PTR_H
+#define COMMON_GDB_UNIQUE_PTR_H
 
 #include <memory>
 
@@ -49,4 +49,4 @@ template<typename T> using unique_xmalloc_ptr
 
 } /* namespace gdb */
 
-#endif /* GDB_UNIQUE_PTR_H */
+#endif /* COMMON_GDB_UNIQUE_PTR_H */
This page took 0.028864 seconds and 4 git commands to generate.