removed unneeded log.h include.

This commit is contained in:
Florian Westphal 2005-03-19 14:50:59 +00:00
parent 5fdd5be12b
commit 8a2ed0a75f
1 changed files with 1 additions and 2 deletions

View File

@ -14,14 +14,13 @@
#include "portab.h" #include "portab.h"
static char UNUSED id[] = "$Id: hash.c,v 1.9 2002/12/26 16:25:43 alex Exp $"; static char UNUSED id[] = "$Id: hash.c,v 1.10 2005/03/19 14:50:59 fw Exp $";
#include "imp.h" #include "imp.h"
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
#include "defines.h" #include "defines.h"
#include "log.h"
#include "tool.h" #include "tool.h"
#include "exp.h" #include "exp.h"