]> Dogcows Code - chaz/yoink/blobdiff - src/moof/debug.hh
pch support
[chaz/yoink] / src / moof / debug.hh
index 05c9d6e1c9760351cf7f8e91dc9a66cf8bd6c48b..ef42dff33a7c22ab8d7e0b962aa2c19f526e98d7 100644 (file)
@@ -1,31 +1,29 @@
 
-/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
 **]  All rights reserved.
 *
-* vi:ts=4 sw=4 tw=75
-*
 * Distributable under the terms and conditions of the 2-clause BSD license;
 * see the file COPYING for a complete text of the license.
 *
-**************************************************************************/
+*****************************************************************************/
 
 #ifndef _MOOF_DEBUG_HH_
 #define _MOOF_DEBUG_HH_
 
+#include <exception>
+
+#include <moof/log.hh>
+
+
 /**
  * \file debug.hh
  * Debugging facilities.
  */
 
-#include <cstdlib>             // exit
-
-#include <stlplus/portability/debug.hpp>
-
-#include <moof/log.hh>
 
 
 #undef ASSERT
-#if NDEBUG
+#ifdef NDEBUG
 #define ASSERT(X)
 #else
 /**
This page took 0.017856 seconds and 4 git commands to generate.