Remove include limits
This commit is contained in:
parent
ab108f8a60
commit
a960456c6e
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
#include "bitpacker.h"
|
#include "bitpacker.h"
|
||||||
#include <climits>
|
#include <climits>
|
||||||
#include <limits>
|
|
||||||
|
|
||||||
// Sometimes we can't explicitly define bitfields because we need to allow users to
|
// Sometimes we can't explicitly define bitfields because we need to allow users to
|
||||||
// change the size and arrangement of its members. In those cases we use this
|
// change the size and arrangement of its members. In those cases we use this
|
||||||
|
|
Loading…
Reference in a new issue