summaryrefslogtreecommitdiff
path: root/db/extsort.cpp
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2009-09-21 16:31:00 -0400
committerDwight <dmerriman@gmail.com>2009-09-21 16:31:00 -0400
commit6bbaf0fdc3a1cba0be4862b2169535f8b2f113a9 (patch)
tree3c71a7e9d887066b5a42ed082868290634a82363 /db/extsort.cpp
parentd30ce5418dc205e427fd209b1d285b0e4808de2a (diff)
downloadmongo-6bbaf0fdc3a1cba0be4862b2169535f8b2f113a9.tar.gz
better unit tests for unique indexes and dropDup : true on indexing
Diffstat (limited to 'db/extsort.cpp')
-rw-r--r--db/extsort.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/db/extsort.cpp b/db/extsort.cpp
index 1e917604795..68ae8dfa718 100644
--- a/db/extsort.cpp
+++ b/db/extsort.cpp
@@ -16,12 +16,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../stdafx.h"
+#include "stdafx.h"
#include "extsort.h"
#include "namespace.h"
#include "../util/file.h"
-
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>