move game.cc from misc/ to twaalgos/

* spot/misc/game.cc, spot/misc/game.hh: Move...
* spot/twaalgos/game.cc, spot/twaalgos/game.hh: ... here.
* bin/ltlsynt.cc, python/spot/impl.i, spot/misc/Makefile.am,
spot/twaalgos/Makefile.am: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2020-12-09 16:47:18 +01:00
parent 459088b887
commit 05449a42d3
6 changed files with 12 additions and 15 deletions

View file

@ -1,5 +1,5 @@
## -*- coding: utf-8 -*-
## Copyright (C) 2011, 2012, 2013, 2014, 2016-2018 Laboratoire de Recherche
## Copyright (C) 2011-2014, 2016-2018, 2020 Laboratoire de Recherche
## et Développement de l'Epita (LRDE).
## Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de
## Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
@ -40,7 +40,6 @@ misc_HEADERS = \
escape.hh \
fixpool.hh \
formater.hh \
game.hh \
hash.hh \
hashfunc.hh \
intvcomp.hh \
@ -67,7 +66,6 @@ libmisc_la_SOURCES = \
clz.cc \
escape.cc \
formater.cc \
game.cc \
intvcomp.cc \
intvcmp2.cc \
memusage.cc \