normalize includes: shared_memory

This commit is contained in:
brainiac
2025-12-17 09:35:43 -08:00
committed by Alex
parent 91defcad99
commit 2c6d8795f9
6 changed files with 38 additions and 43 deletions
+3 -5
View File
@@ -16,13 +16,11 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __EQEMU_SHARED_MEMORY_SPELLS_H
#define __EQEMU_SHARED_MEMORY_SPELLS_H
#pragma once
#include "common/eqemu_config.h"
#include <string>
#include "../common/eqemu_config.h"
class SharedDatabase;
void LoadSpells(SharedDatabase *database, const std::string &prefix);
#endif