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
+10 -13
View File
@@ -18,18 +18,17 @@
*
*/
#ifndef SHAREDDB_H_
#define SHAREDDB_H_
#pragma once
#include "database.h"
#include "skills.h"
#include "spdat.h"
#include "fixed_memory_hash_set.h"
#include "fixed_memory_variable_hash_set.h"
#include "say_link.h"
#include "repositories/command_subsettings_repository.h"
#include "repositories/items_evolving_details_repository.h"
#include "../common/repositories/character_evolving_items_repository.h"
#include "common/database.h"
#include "common/fixed_memory_hash_set.h"
#include "common/fixed_memory_variable_hash_set.h"
#include "common/repositories/character_evolving_items_repository.h"
#include "common/repositories/command_subsettings_repository.h"
#include "common/repositories/items_evolving_details_repository.h"
#include "common/say_link.h"
#include "common/skills.h"
#include "common/spdat.h"
#include <list>
#include <map>
@@ -203,5 +202,3 @@ protected:
uint32 m_shared_items_count = 0;
uint32 m_shared_spells_count = 0;
};
#endif /*SHAREDDB_H_*/