mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
normalize includes: common
This commit is contained in:
@@ -16,9 +16,10 @@
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "global_define.h"
|
||||
#include "extprofile.h"
|
||||
|
||||
#include "common/global_define.h"
|
||||
|
||||
//Set defaults in the extended profile...
|
||||
void InitExtendedProfile(ExtendedProfile_Struct *p) {
|
||||
memset(p, 0, sizeof(ExtendedProfile_Struct));
|
||||
@@ -49,4 +50,3 @@ bool SetExtendedProfile(ExtendedProfile_Struct *to, char *old, unsigned int len)
|
||||
|
||||
return(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user