Signed-off-by: Sage Weil <sage@newdream.net>
*
*/
-#include <assert.h>
#include <sstream>
#include "Crypto.h"
#ifdef USE_CRYPTOPP
# include <pk11pub.h>
#endif
+#include "include/assert.h"
#include "common/Clock.h"
#include "common/armor.h"
#include "common/ceph_crypto.h"
#include "include/utime.h"
#include <values.h>
-#include <assert.h>
#include <errno.h>
#include <fstream>
#include <iostream>
#include <string.h>
#include <syslog.h>
+#include "include/assert.h"
+
///////////////////////////// Constants /////////////////////////////
#define TIME_FMT "%04d-%02d-%02d %02d:%02d:%02d.%06ld"
#define TIME_FMT_SZ 26
#include "common/debug.h"
#include "common/signal.h"
-#include <assert.h>
#include <dirent.h>
#include <errno.h>
#include <iostream>
#include <sys/types.h>
#include <sys/user.h> // for PAGE_MASK
+
Thread::
Thread()
: thread_id(0)
#define CEPH_CONTEXT_H
#include "common/dout.h"
+#include "include/assert.h"
-#include "assert.h"
#include <list>
#include <set>
* <assert.h> again later.
*/
#ifndef NO_ATOMIC_OPS
-#include "atomic_ops.h"
+# include "atomic_ops.h"
#endif
struct CephContext;
((expr) \
? __CEPH_ASSERT_VOID_CAST (0) \
: __ceph_assert_fail (__STRING(expr), __FILE__, __LINE__, __ASSERT_FUNCTION))
+
+#undef _ASSERT_H