diff options
Diffstat (limited to 'gdb/common/common-utils.h')
-rw-r--r-- | gdb/common/common-utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/common-utils.h b/gdb/common/common-utils.h index b2cb516..52bf343 100644 --- a/gdb/common/common-utils.h +++ b/gdb/common/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_UTILS_H -#define COMMON_UTILS_H +#ifndef COMMON_COMMON_UTILS_H +#define COMMON_COMMON_UTILS_H #include <string> #include <vector> @@ -178,4 +178,4 @@ in_inclusive_range (T value, T low, T high) extern ULONGEST align_up (ULONGEST v, int n); extern ULONGEST align_down (ULONGEST v, int n); -#endif +#endif /* COMMON_COMMON_UTILS_H */ |