summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-06-07 10:18:56 -0700
committerSage Weil <sage@inktank.com>2012-06-07 10:18:56 -0700
commit3571f43c00b2bc67502389cee3e25feb4e064e07 (patch)
tree62c05858514106c8987aedfb41151f8899d07c4c /src/include
parenta1ae8b6a7f8019380e423d648d0f6f69023b229f (diff)
downloadceph-3571f43c00b2bc67502389cee3e25feb4e064e07.tar.gz
misc assert #include cleanup, hackery
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/types.h b/src/include/types.h
index f99c5f7268e..342ebd2f76c 100644
--- a/src/include/types.h
+++ b/src/include/types.h
@@ -66,12 +66,13 @@ using namespace std;
using namespace __gnu_cxx;
-#include "assert.h"
#include "object.h"
#include "intarith.h"
#include "acconfig.h"
+#include "assert.h"
+
// DARWIN compatibility
#ifdef DARWIN
typedef long long loff_t;