diff options
Diffstat (limited to 'gdbsupport/common-utils.h')
-rw-r--r-- | gdbsupport/common-utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/common-utils.h b/gdbsupport/common-utils.h index 6515838..114342d 100644 --- a/gdbsupport/common-utils.h +++ b/gdbsupport/common-utils.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_COMMON_UTILS_H -#define COMMON_COMMON_UTILS_H +#ifndef GDBSUPPORT_COMMON_UTILS_H +#define GDBSUPPORT_COMMON_UTILS_H #include <string> #include <vector> @@ -257,4 +257,4 @@ struct string_view_hash } /* namespace gdb */ -#endif /* COMMON_COMMON_UTILS_H */ +#endif /* GDBSUPPORT_COMMON_UTILS_H */ |