summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--stc/cset.h2
-rw-r--r--stc/csset.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/stc/cset.h b/stc/cset.h
index 5bacd66f..2b85edfc 100644
--- a/stc/cset.h
+++ b/stc/cset.h
@@ -25,6 +25,6 @@
// Unordered set - implemented as open hashing with linear probing and no tombstones.
-#incluide "cmap.h"
+#include "cmap.h"
#endif
diff --git a/stc/csset.h b/stc/csset.h
index 40a33da7..0f11e65f 100644
--- a/stc/csset.h
+++ b/stc/csset.h
@@ -25,6 +25,6 @@
// Sorted set - implemented as an AA-tree (balanced binary tree).
-#incluide "csmap.h"
+#include "csmap.h"
#endif