summaryrefslogtreecommitdiffstats
path: root/src/map/mpm
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-07-21 17:55:15 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-07-21 17:55:15 -0700
commitfd28deefc7be69cec8a0f7933424a298d918bbdf (patch)
tree18eb64cecc535815442ebc7f4e5667e52a174f7b /src/map/mpm
parent1bdb3773f9971a49e7bdcee8f82353cf32f4b61e (diff)
downloadabc-fd28deefc7be69cec8a0f7933424a298d918bbdf.tar.gz
abc-fd28deefc7be69cec8a0f7933424a298d918bbdf.tar.bz2
abc-fd28deefc7be69cec8a0f7933424a298d918bbdf.zip
Restructuring gate-sizing code trying to separate timing analysis.
Diffstat (limited to 'src/map/mpm')
-rw-r--r--src/map/mpm/mpmGates.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/mpm/mpmGates.c b/src/map/mpm/mpmGates.c
index d92be969..aa70e143 100644
--- a/src/map/mpm/mpmGates.c
+++ b/src/map/mpm/mpmGates.c
@@ -21,7 +21,8 @@
#include "mpmInt.h"
#include "misc/st/st.h"
#include "map/mio/mio.h"
-#include "map/scl/sclInt.h"
+#include "map/scl/sclSize.h"
+#include "map/scl/sclTime.h"
ABC_NAMESPACE_IMPL_START