diff options
Diffstat (limited to 'src/base/bitunion.hh')
-rw-r--r-- | src/base/bitunion.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/bitunion.hh b/src/base/bitunion.hh index 35448ed24..306899563 100644 --- a/src/base/bitunion.hh +++ b/src/base/bitunion.hh @@ -32,7 +32,6 @@ #define __BASE_BITUNION_HH__ #include "base/bitfield.hh" -#include "base/types.hh" // The following implements the BitUnion system of defining bitfields //on top of an underlying class. This is done through the pervasive use of |