Mercurial > mm7
diff NPC.cpp @ 1016:c45d51b3f4f4
Included header files cleanup
author | Grumpy7 |
---|---|
date | Sun, 19 May 2013 17:55:19 +0200 |
parents | c0d0656aa662 |
children | c40d40027b77 |
line wrap: on
line diff
--- a/NPC.cpp Tue May 14 23:16:10 2013 +0600 +++ b/NPC.cpp Sun May 19 17:55:19 2013 +0200 @@ -1,14 +1,13 @@ -#include <string.h> -#include <stdlib.h> + #include "Allocator.h" #include "texts.h" -#include "Party.h" #include "LOD.h" #include "Autonotes.h" #include "Awards.h" #include "mm7_data.h" #include "MM7.h" +#include "Party.h" #include "NPC.h" int pDialogueNPCCount;