diff options
| author | Max Horn | 2006-04-15 21:22:33 +0000 |
|---|---|---|
| committer | Max Horn | 2006-04-15 21:22:33 +0000 |
| commit | 68450b31e3d719e8b8bb8a57d5924f9244c3bc0a (patch) | |
| tree | 8ae925e84b855495ba2e65e422fb58fa2528b467 /common | |
| parent | ec17b6505e938c92cd64cbb2efa5871e44bae550 (diff) | |
| download | scummvm-rg350-68450b31e3d719e8b8bb8a57d5924f9244c3bc0a.tar.gz scummvm-rg350-68450b31e3d719e8b8bb8a57d5924f9244c3bc0a.tar.bz2 scummvm-rg350-68450b31e3d719e8b8bb8a57d5924f9244c3bc0a.zip | |
cleanup
svn-id: r21919
Diffstat (limited to 'common')
| -rw-r--r-- | common/endian.h | 1 | ||||
| -rw-r--r-- | common/hashmap.h | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/common/endian.h b/common/endian.h index c3ff673235..6a6fb8cfae 100644 --- a/common/endian.h +++ b/common/endian.h @@ -20,6 +20,7 @@ * $Id$ * */ + #ifndef COMMON_ENDIAN_H #define COMMON_ENDIAN_H diff --git a/common/hashmap.h b/common/hashmap.h index 23d7f2ee10..b8df274f09 100644 --- a/common/hashmap.h +++ b/common/hashmap.h @@ -48,14 +48,14 @@ * OTHER DEALINGS IN THE SOFTWARE. */ +#ifndef COMMON_HASHMAP_H +#define COMMON_HASHMAP_H + #include "common/stdafx.h" #include "common/func.h" #include "common/str.h" #include "common/util.h" -#ifndef COMMON_HASHMAP_H -#define COMMON_HASHMAP_H - namespace Common { typedef Common::String String; |
