summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/count.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/count.h')
-rw-r--r--src/mongo/db/ops/count.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/ops/count.h b/src/mongo/db/ops/count.h
index 624dd9e7b8d..b5a27df3e2a 100644
--- a/src/mongo/db/ops/count.h
+++ b/src/mongo/db/ops/count.h
@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../jsobj.h"
-#include "../diskloc.h"
+#include "mongo/db/diskloc.h"
+#include "mongo/db/jsobj.h"
namespace mongo {