summaryrefslogtreecommitdiff
path: root/toxcore/list.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-01 00:33:20 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-01 16:35:46 +0100
commit77db27331eb326615395fa59f3741424f85887bb (patch)
tree233270b558c30f9a045e30e09c2d5681c800a139 /toxcore/list.h
parentad135181531e567255c314593984d16cdb839eba (diff)
Sort #includes in all source files.
Diffstat (limited to 'toxcore/list.h')
-rw-r--r--toxcore/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/list.h b/toxcore/list.h
index b04177e1..aac72e81 100644
--- a/toxcore/list.h
+++ b/toxcore/list.h
@@ -26,8 +26,8 @@
26#ifndef LIST_H 26#ifndef LIST_H
27#define LIST_H 27#define LIST_H
28 28
29#include <stdlib.h>
30#include <stdint.h> 29#include <stdint.h>
30#include <stdlib.h>
31#include <string.h> 31#include <string.h>
32 32
33typedef struct { 33typedef struct {