diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2009-12-06 19:15:03 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2009-12-06 19:15:03 +0100 |
commit | c289737b405928aaeb329633fad377a19bc2e7ed (patch) | |
tree | 320da1315144ce7259cba0c988de8d400e142c5c /src/utils/functors.h | |
parent | 232792634184759eec072782be875cb0f31b7247 (diff) | |
download | manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.tar.gz manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.tar.bz2 manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.tar.xz manaserv-c289737b405928aaeb329633fad377a19bc2e7ed.zip |
Removed "TMW" and "TMWSERV" from header guards
Diffstat (limited to 'src/utils/functors.h')
-rw-r--r-- | src/utils/functors.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/functors.h b/src/utils/functors.h index fefbeb1a..5fae1214 100644 --- a/src/utils/functors.h +++ b/src/utils/functors.h @@ -18,8 +18,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TMWSERV_FUNCTORS_H_ -#define _TMWSERV_FUNCTORS_H_ +#ifndef FUNCTORS_H +#define FUNCTORS_H #include <functional> @@ -74,4 +74,4 @@ struct string_to: public std::unary_function<std::string, T> } // anonymous namespace -#endif // _TMWSERV_FUNCTORS_H_ +#endif // FUNCTORS_H |