Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / common / scoped_fd.h
index 87b1f42fc068738fa113119340c8b275279cd54b..bdd22f595a5807f29f85a0734ede483cd0398cc8 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_FD_H
-#define SCOPED_FD_H
+#ifndef COMMON_SCOPED_FD_H
+#define COMMON_SCOPED_FD_H
 
 #include <unistd.h>
 #include "filestuff.h"
@@ -84,4 +84,4 @@ private:
   int m_fd;
 };
 
-#endif /* SCOPED_FD_H */
+#endif /* COMMON_SCOPED_FD_H */
This page took 0.024094 seconds and 4 git commands to generate.