Skip to content

Commit 75cf4e5

Browse files
authored
Replace compiled.h by gap_all.h (#52)
No functional change for this package but makes it future-proof.
1 parent 2d9c3bf commit 75cf4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NautyTracesInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* NautyTracesInterface: An interface to nauty
33
*/
44

5-
#include "compiled.h" /* GAP headers */
5+
#include "gap_all.h" /* GAP headers */
66
#include <naugroup.h>
77
#include <nautinv.h>
88
#include <nauty.h>

0 commit comments

Comments
 (0)