genann: Sort headers

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
This commit is contained in:
Andrew Jeffery 2017-10-22 08:24:44 +10:30
parent 9e86fc903e
commit 8b35090f06
1 changed files with 4 additions and 4 deletions

View File

@ -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