summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/ex_gauss2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/ex_gauss2.c b/examples/ex_gauss2.c
index 434a7e5e..e20c1768 100644
--- a/examples/ex_gauss2.c
+++ b/examples/ex_gauss2.c
@@ -1,9 +1,9 @@
#include <stdio.h>
#include <time.h>
-#include <math.h>
-#include "stc/crandom.h"
-#include "stc/cstr.h"
-#include "stc/csmap.h"
+
+#include <stc/crandom.h>
+#include <stc/csmap.h>
+#include <stc/cstr.h>
// Declare int -> int sorted map. Uses typetag 'i' for ints.
using_csmap(i, int, size_t);