diff options
Diffstat (limited to 'src/common/ring_buffer.h')
-rw-r--r-- | src/common/ring_buffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/ring_buffer.h b/src/common/ring_buffer.h index 4a8d09806..db6aa6b95 100644 --- a/src/common/ring_buffer.h +++ b/src/common/ring_buffer.h @@ -12,7 +12,6 @@ #include <new> #include <type_traits> #include <vector> -#include "common/common_types.h" namespace Common { |