summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/spin_lock_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/spin_lock_test.cpp')
-rw-r--r--src/mongo/dbtests/spin_lock_test.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mongo/dbtests/spin_lock_test.cpp b/src/mongo/dbtests/spin_lock_test.cpp
index 408c51eb408..fd74bd25ecb 100644
--- a/src/mongo/dbtests/spin_lock_test.cpp
+++ b/src/mongo/dbtests/spin_lock_test.cpp
@@ -16,11 +16,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "pch.h"
+#include "mongo/pch.h"
+
#include <boost/thread/thread.hpp>
-#include "dbtests.h"
-#include "../util/concurrency/spin_lock.h"
-#include "../util/timer.h"
+
+#include "mongo/dbtests/dbtests.h"
+#include "mongo/util/concurrency/spin_lock.h"
+#include "mongo/util/timer.h"
namespace {