Skip to content

Commit e925acb

Browse files
authored
Replace compiled.h by gap_all.h (#12)
No functional change for this package but makes it future-proof.
1 parent d8eb5ff commit e925acb

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
- stable-4.14
2929
- stable-4.13
3030
- stable-4.12
31-
- stable-4.11
32-
- stable-4.10
3331

3432
steps:
3533
- uses: actions/checkout@v4

src/BlissInterface.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
#include "../extern/bliss-0.73/graph.hh" /* for bliss graph classes and namespaces */
6-
#include "compiled.h" // GAP headers
6+
#include "gap_all.h" // GAP headers
77

88
/*
99
* The following code is a derivative work of the code from the GAP package

0 commit comments

Comments
 (0)