normalize includes: common

This commit is contained in:
brainiac
2025-12-17 09:32:44 -08:00
committed by Alex
parent 723ca13482
commit 451eb0806a
295 changed files with 1592 additions and 2009 deletions
+5 -12
View File
@@ -17,22 +17,15 @@
*/
#include "inventory_profile.h"
#include "../common/data_verification.h"
//#include "classes.h"
//#include "global_define.h"
//#include "item_instance.h"
//#include "races.h"
#include "rulesys.h"
#include "shareddb.h"
#include "strings.h"
#include "evolving_items.h"
//#include "../common/light_source.h"
#include "common/data_verification.h"
#include "common/evolving_items.h"
#include "common/rulesys.h"
#include "common/shareddb.h"
#include "common/strings.h"
#include <limits.h>
//#include <iostream>
int32 next_item_serial_number = 1;
std::unordered_set<uint64> guids{};