mirror of https://github.com/codeplea/genann
genann: Sort headers
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
This commit is contained in:
parent
9e86fc903e
commit
8b35090f06
8
genann.c
8
genann.c
|
@ -25,12 +25,12 @@
|
||||||
|
|
||||||
#include "genann.h"
|
#include "genann.h"
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <math.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
#define LOOKUP_SIZE 4096
|
#define LOOKUP_SIZE 4096
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue