summaryrefslogtreecommitdiff
path: root/passes/techmap
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-08-17 00:55:35 +0200
committerClifford Wolf <clifford@clifford.at>2014-08-17 00:55:35 +0200
commit410d043dd86a2ca1f6c56a3e2a4d175dc0af8739 (patch)
treedda6cfc1d88cea781239d38e1f1cdb11f61782a7 /passes/techmap
parent7f734ecc098a2a113ced835cefc9d4e1982f08d0 (diff)
Renamed toposort.h to utils.h
Diffstat (limited to 'passes/techmap')
-rw-r--r--passes/techmap/techmap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/techmap.cc b/passes/techmap/techmap.cc
index 59173393..d9d8ddd6 100644
--- a/passes/techmap/techmap.cc
+++ b/passes/techmap/techmap.cc
@@ -18,7 +18,7 @@
*/
#include "kernel/yosys.h"
-#include "kernel/toposort.h"
+#include "kernel/utils.h"
#include "kernel/sigtools.h"
#include "libs/sha1/sha1.h"