Adjust to recent changes in the hash modules.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5160 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-12 16:22:28 +00:00
parent 6b79f5bbb1
commit 27964254dc
3 changed files with 4 additions and 28 deletions

View File

@@ -38,7 +38,7 @@
/* common */
#include "addrsize.h"
#include "check.h"
#include "hashstr.h"
#include "hashfunc.h"
#include "mmodel.h"
#include "scopedefs.h"
#include "symdefs.h"