summaryrefslogtreecommitdiff
path: root/src/c/pyeclib_c/pyeclib_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/pyeclib_c/pyeclib_c.c')
-rw-r--r--src/c/pyeclib_c/pyeclib_c.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/c/pyeclib_c/pyeclib_c.c b/src/c/pyeclib_c/pyeclib_c.c
index 5250709..6af5b49 100644
--- a/src/c/pyeclib_c/pyeclib_c.c
+++ b/src/c/pyeclib_c/pyeclib_c.c
@@ -25,14 +25,14 @@
*/
#include <Python.h>
+#include <math.h>
+#include <bytesobject.h>
+#include <liberasurecode/erasurecode.h>
/* Compat layer for python <= 2.6 */
#include "capsulethunk.h"
-#include <erasurecode.h>
-#include <math.h>
#include <pyeclib_c.h>
-#include <bytesobject.h>
/* Python 3 compatibility macros */
#if PY_MAJOR_VERSION >= 3