]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/common/scoped_mmap.h
Normalize include guards in gdb
[thirdparty/binutils-gdb.git] / gdb / common / scoped_mmap.h
index 1c9d1025c2669920a717c6cf22ef4111c1aeab57..763f40e201c2ea66519fe514291bf027fa60c568 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 SCOPED_MMAP_H
-#define SCOPED_MMAP_H
+#ifndef COMMON_SCOPED_MMAP_H
+#define COMMON_SCOPED_MMAP_H
 
 #include "config.h"
 
@@ -92,4 +92,5 @@ private:
 scoped_mmap mmap_file (const char *filename);
 
 #endif /* HAVE_SYS_MMAN_H */
-#endif /* SCOPED_MMAP_H */
+
+#endif /* COMMON_SCOPED_MMAP_H */