Remove obsolete signbit GCC workaround

Reviewed-At: https://gitea.wildfiregames.com/0ad/0ad/pulls/8324
This commit is contained in:
Itms 2025-09-13 12:12:11 +02:00
parent 7b1d2fcb51
commit c4762e22cc
No known key found for this signature in database
GPG key ID: C7E52BD14CE14E09

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2023 Wildfire Games.
/* Copyright (C) 2025 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@ -24,11 +24,6 @@
#include "scriptinterface/ScriptTypes.h"
// Redefine signbit to fix build error in GCC
#ifndef signbit
# define signbit std::signbit
#endif
#include "jsfriendapi.h"
#include "js/AllocPolicy.h"