summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--torus.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/torus.h b/torus.h
index ad09893..7eb4aa9 100644
--- a/torus.h
+++ b/torus.h
@@ -1,9 +1,3 @@
-#include <assert.h>
-#include <stdbool.h>
-#include <stddef.h>
-#include <stdint.h>
-#include <time.h>
-
 /*
  * Copyright (c) 2017, June McEnroe <june@causal.agency>
  *
@@ -20,6 +14,12 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <assert.h>
+#include <stdbool.h>
+#include <stddef.h>
+#include <stdint.h>
+#include <time.h>
+
 #define ALIGNED(x) __attribute__((aligned(x)))
 
 enum {
8955c59c35bcbe79a8e202fb947551e7470b8&follow=1'>Allow specification of the channel name rather than iddestruc7i0n 2020-02-05Some more cleanupdestruc7i0n 2020-02-05More config handlingdestruc7i0n 2020-02-04Update typesdestruc7i0n 2020-02-04Docs updatesdestruc7i0n 2020-02-04Code cleanupdestruc7i0n 2020-02-04Refactor and rebuild to TypeScriptdestruc7i0n 2019-02-11Local file supportdestruc7i0n 2018-11-11Let's make this usable again!destruc7i0n 2018-02-23Allow configurable discord formatArcensoth 2018-02-23Revert example tellraw format to mimic the originalArcensoth 2018-02-23Update readme with new tellraw config optionArcensoth 2018-02-23Allow configurable tellraw formatArcensoth 2018-02-23Allow config file to be passed as a parameterArcensoth