1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Reduce unnecessary include in serialize.h

This commit is contained in:
sfan5 2024-03-16 15:07:18 +01:00
parent 673d2499e8
commit d1a1aed23e
6 changed files with 6 additions and 2 deletions

View file

@ -25,6 +25,7 @@ extern "C" {
#include "util/numeric.h"
#include "util/serialize.h"
#include "util/string.h"
#include "log.h"
#include "common/c_converter.h"
#include "common/c_internal.h"
#include "constants.h"