summaryrefslogtreecommitdiff
path: root/gdb/common/refcounted-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/refcounted-object.h')
-rw-r--r--gdb/common/refcounted-object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/refcounted-object.h b/gdb/common/refcounted-object.h
index 629d728102d..4bf7fcf1c94 100644
--- a/gdb/common/refcounted-object.h
+++ b/gdb/common/refcounted-object.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 REFCOUNTED_OBJECT_H
-#define REFCOUNTED_OBJECT_H
+#ifndef COMMON_REFCOUNTED_OBJECT_H
+#define COMMON_REFCOUNTED_OBJECT_H
/* Base class of intrusively reference-countable objects.
Incrementing and decrementing the reference count is an external
@@ -67,4 +67,4 @@ struct refcounted_object_ref_policy
}
};
-#endif /* REFCOUNTED_OBJECT_H */
+#endif /* COMMON_REFCOUNTED_OBJECT_H */