From: khizmax Date: Sun, 2 Nov 2014 05:44:47 +0000 (+0300) Subject: change header sequence for back-off X-Git-Tag: v2.0.0~148 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=b508bc2d8ca84631b8705d2a409543e8ce5609df;hp=64d6d906bb3b08ca27d4dea8a8fae989ff8ee19c change header sequence for back-off --- diff --git a/cds/algo/backoff_strategy.h b/cds/algo/backoff_strategy.h index 01c1dbd1..f6baaaf0 100644 --- a/cds/algo/backoff_strategy.h +++ b/cds/algo/backoff_strategy.h @@ -18,7 +18,6 @@ #include #include -#include #include namespace cds { diff --git a/cds/compiler/backoff.h b/cds/compiler/backoff.h index f8ec9e7d..23803476 100644 --- a/cds/compiler/backoff.h +++ b/cds/compiler/backoff.h @@ -3,6 +3,8 @@ #ifndef __CDS_COMPILER_BACKOFF_IMPL_H #define __CDS_COMPILER_BACKOFF_IMPL_H +#include + #if CDS_COMPILER == CDS_COMPILER_MSVC || (CDS_COMPILER == CDS_COMPILER_INTEL && CDS_OS_INTERFACE == CDS_OSI_WINDOWS) # if CDS_PROCESSOR_ARCH == CDS_PROCESSOR_X86 # include