Remove wrong includes in `binaryconversionprivate.h`

This header is not meant to be self-contained and must not include any
other headers.
This commit is contained in:
Martchus 2023-02-05 19:57:36 +01:00
parent 7d6fc9721a
commit 8588c17df3
1 changed files with 0 additions and 4 deletions

View File

@ -2,10 +2,6 @@
#error "Do not include binaryconversionprivate.h directly."
#else
#include "../global.h"
#include <cstdint>
// disable warnings about sign conversions when using GCC or Clang
#ifdef __GNUC__
#pragma GCC diagnostic push