diff options
Diffstat (limited to 'src/lib/util/vecstream.h')
-rw-r--r-- | src/lib/util/vecstream.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/util/vecstream.h b/src/lib/util/vecstream.h index 4491c1d61b7..aaf0e84e61b 100644 --- a/src/lib/util/vecstream.h +++ b/src/lib/util/vecstream.h @@ -14,8 +14,8 @@ ***************************************************************************/ -#ifndef __MAME_UTIL_VECSTREAM_H__ -#define __MAME_UTIL_VECSTREAM_H__ +#ifndef MAME_UTIL_VECSTREAM_H +#define MAME_UTIL_VECSTREAM_H #include <algorithm> #include <cassert> @@ -395,4 +395,4 @@ void swap(basic_vectorstream<CharT, Traits, Allocator> &a, basic_vectorstream<Ch } // namespace util -#endif // __MAME_UTIL_VECSTREAM_H__ +#endif // MAME_UTIL_VECSTREAM_H |