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 \

View file

@ -1,6 +1,6 @@
## -*- coding: utf-8 -*-
## Copyright (C) 2008-2018 Laboratoire de Recherche et Développement
## de l'Epita (LRDE).
## Copyright (C) 2008-2018, 2020 Laboratoire de Recherche et
## Développement de l'Epita (LRDE).
## Copyright (C) 2003-2005 Laboratoire d'Informatique de Paris 6
## (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
## Pierre et Marie Curie.
@ -50,6 +50,7 @@ twaalgos_HEADERS = \
dualize.hh \
emptiness.hh \
emptiness_stats.hh \
game.hh \
genem.hh \
gfguarantee.hh \
gv04.hh \
@ -127,6 +128,7 @@ libtwaalgos_la_SOURCES = \
isdet.cc \
isunamb.cc \
isweakscc.cc \
game.cc \
langmap.cc \
lbtt.cc \
ltl2taa.cc \

View file

@ -20,7 +20,7 @@
#include "config.h"
#include <cmath>
#include <spot/misc/game.hh>
#include <spot/twaalgos/game.hh>
#include <spot/misc/bddlt.hh>
#include <spot/twaalgos/sccinfo.hh>