diff options
| author | Tyge Løvset <[email protected]> | 2021-01-21 11:25:31 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-21 11:25:31 +0100 |
| commit | ff84705c03e06ad2f44396719253fe0fb8112171 (patch) | |
| tree | 10e34d73a00a7ddb75dffb0b34b2ba1ab0c720b1 /examples | |
| parent | 396dc5b30de95776a745be18c33ef207f0bb6f49 (diff) | |
| download | STC-modified-ff84705c03e06ad2f44396719253fe0fb8112171.tar.gz STC-modified-ff84705c03e06ad2f44396719253fe0fb8112171.zip | |
Updated docs.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/ex_gauss2.c | 8 |
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);
|
