summaryrefslogtreecommitdiff
path: root/db/extsort.h
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-11-04 09:00:39 -0400
committerDwight <dwight@10gen.com>2010-11-04 09:00:39 -0400
commit0648d6128810097abb50c4e080d4439c9c96dfaf (patch)
tree2cbcbe4e58e06ccc4700e7807be7e4f150ba8787 /db/extsort.h
parent15802fea83bd79e603ca93511adab25a1e4d49e6 (diff)
downloadmongo-0648d6128810097abb50c4e080d4439c9c96dfaf.tar.gz
move include to top of file from bottom
Diffstat (limited to 'db/extsort.h')
-rw-r--r--db/extsort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/extsort.h b/db/extsort.h
index fa0eca4b3a1..802c9033c84 100644
--- a/db/extsort.h
+++ b/db/extsort.h
@@ -21,7 +21,7 @@
#include "../pch.h"
#include "jsobj.h"
#include "namespace.h"
-#include "curop.h"
+#include "curop-inl.h"
#include "../util/array.h"
namespace mongo {