aboutsummaryrefslogtreecommitdiffstats
path: root/src/sds.c
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-18 03:58:20 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-18 03:58:42 +0100
commit77b449ebd77d06d51853b615c94a4717cd55c470 (patch)
tree751bd982ac5f8cc2bc8934ef27ab7402bc8ac456 /src/sds.c
parentbae78fb734b9770619d2d7dbc10dcc55fab18085 (diff)
downloadsds-77b449ebd77d06d51853b615c94a4717cd55c470.tar.xz
sds.{c,h}: Sort includes
Diffstat (limited to 'src/sds.c')
-rw-r--r--src/sds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sds.c b/src/sds.c
index 35132a9..e396fb1 100644
--- a/src/sds.c
+++ b/src/sds.c
@@ -25,11 +25,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <assert.h>
+#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <ctype.h>
-#include <assert.h>
#include "sds.h"