diff options
Diffstat (limited to 'gdb/observable.h')
-rw-r--r-- | gdb/observable.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/observable.h b/gdb/observable.h index 06c0cf1..077014c 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/>. */ -#ifndef OBSERVABLE_H -#define OBSERVABLE_H +#ifndef GDB_OBSERVABLE_H +#define GDB_OBSERVABLE_H #include "gdbsupport/observable.h" #include "target/waitstatus.h" @@ -259,4 +259,4 @@ extern observable<bool /* enabled */> tui_enabled; } /* namespace gdb */ -#endif /* OBSERVABLE_H */ +#endif /* GDB_OBSERVABLE_H */ |