summaryrefslogtreecommitdiff
path: root/toxencryptsave/toxencryptsave.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 /toxencryptsave/toxencryptsave.h
parentad135181531e567255c314593984d16cdb839eba (diff)
Sort #includes in all source files.
Diffstat (limited to 'toxencryptsave/toxencryptsave.h')
-rw-r--r--toxencryptsave/toxencryptsave.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxencryptsave/toxencryptsave.h b/toxencryptsave/toxencryptsave.h
index cf191810..6451f3f5 100644
--- a/toxencryptsave/toxencryptsave.h
+++ b/toxencryptsave/toxencryptsave.h
@@ -28,9 +28,9 @@
28extern "C" { 28extern "C" {
29#endif 29#endif
30 30
31#include <stdint.h>
32#include <stddef.h>
33#include <stdbool.h> 31#include <stdbool.h>
32#include <stddef.h>
33#include <stdint.h>
34 34
35#ifndef TOX_DEFINED 35#ifndef TOX_DEFINED
36#define TOX_DEFINED 36#define TOX_DEFINED