From 68c939ec5a633fa69e92682c4eee4ec17726cf4c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 1 Mar 2009 18:54:51 +0000 Subject: [PATCH] Fix #includes in spinlock_test.cpp, spinlock_try_test.cpp, yield_k_test.cpp. [SVN r51519] --- test/spinlock_test.cpp | 2 +- test/spinlock_try_test.cpp | 2 +- test/yield_k_test.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/spinlock_test.cpp b/test/spinlock_test.cpp index 0820b96..d2c66c0 100644 --- a/test/spinlock_test.cpp +++ b/test/spinlock_test.cpp @@ -8,7 +8,7 @@ // http://www.boost.org/LICENSE_1_0.txt) // -#include +#include // Sanity check only diff --git a/test/spinlock_try_test.cpp b/test/spinlock_try_test.cpp index 59e3390..008b60e 100644 --- a/test/spinlock_try_test.cpp +++ b/test/spinlock_try_test.cpp @@ -8,7 +8,7 @@ // http://www.boost.org/LICENSE_1_0.txt) // -#include +#include #include // Sanity check only diff --git a/test/yield_k_test.cpp b/test/yield_k_test.cpp index 1e6ab13..593c13d 100644 --- a/test/yield_k_test.cpp +++ b/test/yield_k_test.cpp @@ -8,7 +8,7 @@ // http://www.boost.org/LICENSE_1_0.txt) // -#include +#include // Sanity check only