use <cassert> and not <assert.h> in C++
* spot/mc/unionfind.cc, spot/twacube/cube.cc, spot/twacube_algos/convert.cc: Includes code. * tests/sanity/style.test: Add a test for this.
This commit is contained in:
parent
826577c81e
commit
ba0c8e8a29
4 changed files with 11 additions and 6 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#include "config.h"
|
||||
#include <spot/twacube_algos/convert.hh>
|
||||
#include <spot/twaalgos/contains.hh>
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
|
||||
namespace spot
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue