Cleanup: sort structs

This commit is contained in:
2021-01-04 12:03:34 +11:00
parent 54f89e8704
commit f03c25bda8
17 changed files with 39 additions and 39 deletions

View File

@@ -27,8 +27,8 @@
extern "C" {
#endif
struct Sequence;
struct Editing;
struct Sequence;
typedef struct SeqIterator {
struct Sequence **array;