diff options
Diffstat (limited to 'gdbsupport/observable.h')
-rw-r--r-- | gdbsupport/observable.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/observable.h b/gdbsupport/observable.h index 41e0ba3..b386bbc 100644 --- a/gdbsupport/observable.h +++ b/gdbsupport/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 COMMON_OBSERVABLE_H -#define COMMON_OBSERVABLE_H +#ifndef GDBSUPPORT_OBSERVABLE_H +#define GDBSUPPORT_OBSERVABLE_H #include <algorithm> #include <functional> @@ -248,4 +248,4 @@ private: } /* namespace gdb */ -#endif /* COMMON_OBSERVABLE_H */ +#endif /* GDBSUPPORT_OBSERVABLE_H */ |