Move bdd_allocator to src/priv/.
* src/misc/bddalloc.cc, src/misc/bddalloc.hh, src/misc/freelist.cc, src/misc/freelist.hh: Move ... * src/priv/bddalloc.cc, src/priv/bddalloc.hh, src/priv/freelist.cc, src/priv/freelist.hh: ... here. * src/misc/Makefile.am, src/priv/Makefile.am: Adjust. * src/tgba/bdddict.cc: Adjust include. * src/tgbaalgos/ltl2tgba_fm.cc: Remove useless include.
This commit is contained in:
parent
9775dfdd4b
commit
1ed43038e8
8 changed files with 21 additions and 17 deletions
|
|
@ -30,7 +30,6 @@ DISTCLEANFILES = _config.h
|
|||
|
||||
misc_HEADERS = \
|
||||
bareword.hh \
|
||||
bddalloc.hh \
|
||||
bddlt.hh \
|
||||
bddop.hh \
|
||||
casts.hh \
|
||||
|
|
@ -38,7 +37,6 @@ misc_HEADERS = \
|
|||
escape.hh \
|
||||
fixpool.hh \
|
||||
formater.hh \
|
||||
freelist.hh \
|
||||
hash.hh \
|
||||
hashfunc.hh \
|
||||
intvcomp.hh \
|
||||
|
|
@ -56,11 +54,9 @@ misc_HEADERS = \
|
|||
noinst_LTLIBRARIES = libmisc.la
|
||||
libmisc_la_SOURCES = \
|
||||
bareword.cc \
|
||||
bddalloc.cc \
|
||||
bddop.cc \
|
||||
escape.cc \
|
||||
formater.cc \
|
||||
freelist.cc \
|
||||
intvcomp.cc \
|
||||
intvcmp2.cc \
|
||||
memusage.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue