summaryrefslogtreecommitdiff
path: root/src/mongo/db/queryutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/queryutil.cpp')
-rw-r--r--src/mongo/db/queryutil.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/db/queryutil.cpp b/src/mongo/db/queryutil.cpp
index 02875e03770..9a649d3207d 100644
--- a/src/mongo/db/queryutil.cpp
+++ b/src/mongo/db/queryutil.cpp
@@ -13,14 +13,14 @@
* limitations under the License.
*/
-#include "pch.h"
+#include "mongo/pch.h"
#include "mongo/db/queryutil.h"
-#include "mongo/db/index_names.h"
-#include "pdfile.h"
-#include "../util/startup_test.h"
-#include "../util/mongoutils/str.h"
+#include "mongo/db/index_names.h"
+#include "mongo/db/pdfile.h"
+#include "mongo/util/mongoutils/str.h"
+#include "mongo/util/startup_test.h"
namespace mongo {