aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/cleanups.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/cleanups.h')
-rw-r--r--gdb/common/cleanups.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/cleanups.h b/gdb/common/cleanups.h
index 4d5c9fa..f49bcb4 100644
--- a/gdb/common/cleanups.h
+++ b/gdb/common/cleanups.h
@@ -16,8 +16,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 CLEANUPS_H
-#define CLEANUPS_H
+#ifndef COMMON_CLEANUPS_H
+#define COMMON_CLEANUPS_H
/* Outside of cleanups.c, this is an opaque type. */
struct cleanup;
@@ -66,4 +66,4 @@ extern void restore_final_cleanups (struct cleanup *);
to pass to do_cleanups. */
extern void null_cleanup (void *);
-#endif /* CLEANUPS_H */
+#endif /* COMMON_CLEANUPS_H */