summaryrefslogtreecommitdiff
path: root/src/mongo/db/lasterror.cpp
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2012-04-03 15:01:01 -0400
committerAndy Schwerin <schwerin@10gen.com>2012-04-05 16:25:41 -0400
commitd0235e5499f7d484d767fe8cfb792440d5efbd96 (patch)
treed61dd36381cabe32871de41677fbfca869e44f75 /src/mongo/db/lasterror.cpp
parentde834d925921c3be654a12e339400d790ab653f7 (diff)
downloadmongo-d0235e5499f7d484d767fe8cfb792440d5efbd96.tar.gz
Rename the UnitTest class to StartupTest, and the containing file to startup_test.
Diffstat (limited to 'src/mongo/db/lasterror.cpp')
-rw-r--r--src/mongo/db/lasterror.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/lasterror.cpp b/src/mongo/db/lasterror.cpp
index cf107462b78..40228f23920 100644
--- a/src/mongo/db/lasterror.cpp
+++ b/src/mongo/db/lasterror.cpp
@@ -17,9 +17,7 @@
#include "pch.h"
-#include "../util/unittest.h"
-#include "../util/net/message.h"
-
+#include "mongo/util/net/message.h"
#include "lasterror.h"
#include "jsobj.h"