Updated version and fixed a redundant include statement after
merging pull request #71 from Donn.
This commit is contained in:
parent
67da250615
commit
e557e61a02
|
|
@ -19,8 +19,6 @@ the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
/* netcmp.c -- graph isomorphism testing */
|
/* netcmp.c -- graph isomorphism testing */
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h> /* for rand(), abs(), etc */
|
#include <stdlib.h> /* for rand(), abs(), etc */
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue