diff options
Diffstat (limited to 'gdb/common/observable.h')
-rw-r--r-- | gdb/common/observable.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/observable.h b/gdb/common/observable.h index 911013033e9..205c30382c6 100644 --- a/gdb/common/observable.h +++ b/gdb/common/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_COMMON_OBSERVABLE_H) -#define GDB_COMMON_OBSERVABLE_H +#ifndef COMMON_OBSERVABLE_H +#define COMMON_OBSERVABLE_H #include <algorithm> #include <functional> @@ -116,4 +116,4 @@ private: } /* namespace gdb */ -#endif /* GDB_COMMON_OBSERVABLE_H */ +#endif /* COMMON_OBSERVABLE_H */ |