(svn r15508) -Fix: three header files had incorrect 'anti-multiple-inclusion' header

This commit is contained in:
smatz
2009-02-17 02:08:53 +00:00
parent 4882214646
commit d6d2da171f
3 changed files with 7 additions and 7 deletions

View File

@@ -2,8 +2,8 @@
/** @file dbg_helpers.h Functions to be used for debug printings. */
#ifndef DBG_HELPERS
#define DBG_HELPERS
#ifndef DBG_HELPERS_H
#define DBG_HELPERS_H
#include <new>
#include <map>
@@ -163,4 +163,4 @@ struct DumpTarget {
}
};
#endif /* DBG_HELPERS */
#endif /* DBG_HELPERS_H */