Remove include limits

This commit is contained in:
JakobDev 2024-02-08 12:46:06 +01:00 committed by t
parent ab108f8a60
commit a960456c6e

View file

@ -1,6 +1,5 @@
#include "bitpacker.h"
#include <climits>
#include <limits>
// 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