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:
parent
e824e9023f
commit
1ba26d67bd
16 changed files with 26 additions and 11 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue