1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Remove excessive includes from porting.h

This commit is contained in:
sfan5 2024-01-11 10:37:13 +01:00
parent e824e9023f
commit 1ba26d67bd
16 changed files with 26 additions and 11 deletions

View file

@ -22,11 +22,13 @@
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "ieee_float.h"
#include "log.h"
#include "porting.h"
#include <limits>
#include <cmath>
#include <cstring>
// Given an unsigned 32-bit integer representing an IEEE-754 single-precision
// float, return the float.