summaryrefslogtreecommitdiff
path: root/src/mongo/db/introspect.h
diff options
context:
space:
mode:
authorDan Pasette <dan@10gen.com>2013-05-13 19:47:49 -0400
committerDan Pasette <dan@10gen.com>2013-07-24 17:26:42 -0400
commit737faaff67f71ebee46e115f5278c48e62617a1e (patch)
treeaf14abde3054cf2a4932df629c5ac729e0fe847f /src/mongo/db/introspect.h
parent899c017dd024f487d0601ec7a9b5389b723adf9a (diff)
downloadmongo-737faaff67f71ebee46e115f5278c48e62617a1e.tar.gz
Clean up #includes to conform with coding standard
Diffstat (limited to 'src/mongo/db/introspect.h')
-rw-r--r--src/mongo/db/introspect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/introspect.h b/src/mongo/db/introspect.h
index 980d7c72b1c..3e452e847ec 100644
--- a/src/mongo/db/introspect.h
+++ b/src/mongo/db/introspect.h
@@ -20,8 +20,8 @@
#pragma once
#include "mongo/pch.h"
-#include "jsobj.h"
-#include "pdfile.h"
+#include "mongo/db/jsobj.h"
+#include "mongo/db/pdfile.h"
namespace mongo {