aboutsummaryrefslogtreecommitdiff
path: root/gdb/observable.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/observable.h')
-rw-r--r--gdb/observable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/observable.h b/gdb/observable.h
index fbbabac..999ecfb 100644
--- a/gdb/observable.h
+++ b/gdb/observable.h
@@ -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/>. */
-#if !defined (GDB_OBSERVER_H)
-#define GDB_OBSERVER_H
+#ifndef OBSERVABLE_H
+#define OBSERVABLE_H
#include "common/observable.h"
@@ -232,4 +232,4 @@ extern observable<user_selected_what> user_selected_context_changed;
} /* namespace gdb */
-#endif /* GDB_OBSERVER_H */
+#endif /* OBSERVABLE_H */