mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 07:25:22 +01:00 
			
		
		
		
	Remove excessive includes from porting.h
This commit is contained in:
		| @@ -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.
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user