mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-10 01:15:24 +01:00
Reduce unnecessary include in serialize.h
This commit is contained in:
@@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
#include "irrlichttypes_bloated.h"
|
||||
#include "exceptions.h" // for SerializationError
|
||||
#include "debug.h" // for assert
|
||||
#include "ieee_float.h"
|
||||
|
||||
#include "config.h"
|
||||
@@ -39,6 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#endif
|
||||
#endif
|
||||
#include <cstring> // for memcpy
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
||||
Reference in New Issue
Block a user