summaryrefslogtreecommitdiff
path: root/src/base/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/misc.hh')
-rw-r--r--src/base/misc.hh8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/base/misc.hh b/src/base/misc.hh
index 6b0025c34..8d38fa731 100644
--- a/src/base/misc.hh
+++ b/src/base/misc.hh
@@ -29,10 +29,8 @@
* Dave Greene
*/
-#ifndef __MISC_HH__
-#define __MISC_HH__
-
-#include <cassert>
+#ifndef __BASE_MISC_HH__
+#define __BASE_MISC_HH__
#include "base/compiler.hh"
#include "base/cprintf.hh"
@@ -113,4 +111,4 @@ __warn(const char *func, const char *file, int line, const std::string &format,
} \
} while (0)
-#endif // __MISC_HH__
+#endif // __BASE_MISC_HH__