diff options
author | Dwight <dwight@10gen.com> | 2010-11-04 09:00:39 -0400 |
---|---|---|
committer | Dwight <dwight@10gen.com> | 2010-11-04 09:00:39 -0400 |
commit | 0648d6128810097abb50c4e080d4439c9c96dfaf (patch) | |
tree | 2cbcbe4e58e06ccc4700e7807be7e4f150ba8787 /db/extsort.h | |
parent | 15802fea83bd79e603ca93511adab25a1e4d49e6 (diff) | |
download | mongo-0648d6128810097abb50c4e080d4439c9c96dfaf.tar.gz |
move include to top of file from bottom
Diffstat (limited to 'db/extsort.h')
-rw-r--r-- | db/extsort.h | 2 |
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 { |