diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/messagein.h | 4 | ||||
-rw-r--r-- | src/net/messageout.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/net/messagein.h b/src/net/messagein.h index 0d0e9981..ab206dde 100644 --- a/src/net/messagein.h +++ b/src/net/messagein.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef MESSAGEIN_ -#define MESSAGEIN_ +#ifndef MESSAGEIN_H +#define MESSAGEIN_H #include <SDL_types.h> #include <string> diff --git a/src/net/messageout.h b/src/net/messageout.h index bc701b92..1ddd040d 100644 --- a/src/net/messageout.h +++ b/src/net/messageout.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef MESSAGEOUT_ -#define MESSAGEOUT_ +#ifndef MESSAGEOUT_H +#define MESSAGEOUT_H #include <iosfwd> #include <SDL_types.h> |