diff options
-rw-r--r-- | engines/engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/engine.h b/engines/engine.h index 36b04e464d..73d529cc62 100644 --- a/engines/engine.h +++ b/engines/engine.h @@ -22,8 +22,8 @@ * $Id$ */ -#ifndef BASE_ENGINE_H -#define BASE_ENGINE_H +#ifndef ENGINES_ENGINE_H +#define ENGINES_ENGINE_H #include "common/scummsys.h" #include "common/str.h" |