Switch to unified view
a/src/unac/unac.c | b/src/unac/unac.c | ||
---|---|---|---|
... |
... |
||
29 | caught writing another binary search */ |
29 | caught writing another binary search */ |
30 | #include <vector> |
30 | #include <vector> |
31 | #include <map> |
31 | #include <map> |
32 | #include <string> |
32 | #include <string> |
33 | #include <algorithm> |
33 | #include <algorithm> |
34 | #include "unordered_defs.h" |
34 | #include UNORDERED_MAP_INCLUDE |
35 | |||
35 | using std::string; |
36 | using std::string; |
36 | 37 | ||
37 | #include "smallut.h" |
38 | #include "smallut.h" |
38 | 39 | ||
39 | /* |
40 | /* |