diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/bit_field.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/bit_field.h b/src/common/bit_field.h index 8d45743e2..030f7caeb 100644 --- a/src/common/bit_field.h +++ b/src/common/bit_field.h | |||
| @@ -33,7 +33,6 @@ | |||
| 33 | #include <cstddef> | 33 | #include <cstddef> |
| 34 | #include <limits> | 34 | #include <limits> |
| 35 | #include <type_traits> | 35 | #include <type_traits> |
| 36 | |||
| 37 | #include "common/common_funcs.h" | 36 | #include "common/common_funcs.h" |
| 38 | 37 | ||
| 39 | /* | 38 | /* |