Updated version and fixed a redundant include statement after

merging pull request #71 from Donn.
This commit is contained in:
Tim Edwards 2023-02-28 09:04:45 -05:00
parent 67da250615
commit e557e61a02
2 changed files with 1 additions and 3 deletions

View File

@ -1 +1 @@
1.5.246
1.5.247

View File

@ -19,8 +19,6 @@ the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* netcmp.c -- graph isomorphism testing */
#include "config.h"
#include "config.h"
#include <stdio.h>
#include <stdlib.h> /* for rand(), abs(), etc */
#include <setjmp.h>