diff options
Diffstat (limited to 'passes/opt/opt_reduce.cc')
-rw-r--r-- | passes/opt/opt_reduce.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/opt/opt_reduce.cc b/passes/opt/opt_reduce.cc index 9a1b263a0..deb4cc2c3 100644 --- a/passes/opt/opt_reduce.cc +++ b/passes/opt/opt_reduce.cc @@ -21,8 +21,8 @@ #include "kernel/register.h" #include "kernel/sigtools.h" #include "kernel/log.h" -#include "kernel/sha1.h" #include "kernel/celltypes.h" +#include "libs/sha1/sha1.h" #include <stdlib.h> #include <assert.h> #include <stdio.h> |