X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fclient%2Fcleanup.c;h=7611139a65b66e56190660c0d05bf262e884bad6;hb=be8c57c7e1de5962913f849b862faae01bead264;hp=f060250a85a717f068284cc74e8381dfeac5df77;hpb=f9d5829b125ef2df8d63bc08761be33f93c65691;p=plomrogue diff --git a/src/client/cleanup.c b/src/client/cleanup.c index f060250..7611139 100644 --- a/src/client/cleanup.c +++ b/src/client/cleanup.c @@ -6,7 +6,7 @@ #include /* free() */ #include "../common/readwrite.h" /* try_fclose() */ #include "command_db.h" /* free_command_db() */ -#include "misc.h" /* unload_interface_conf() */ +#include "interface_conf.h" /* unload_interface_conf() */ #include "world.h" /* world global */