diff options
Diffstat (limited to 'C/BwtSort.h')
-rw-r--r-- | C/BwtSort.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/C/BwtSort.h b/C/BwtSort.h index 7e989a9..a34b243 100644 --- a/C/BwtSort.h +++ b/C/BwtSort.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /* BwtSort.h -- BWT block sorting | 1 | /* BwtSort.h -- BWT block sorting |
2 | 2013-01-18 : Igor Pavlov : Public domain */ | 2 | 2023-03-03 : Igor Pavlov : Public domain */ |
3 | 3 | ||
4 | #ifndef __BWT_SORT_H | 4 | #ifndef ZIP7_INC_BWT_SORT_H |
5 | #define __BWT_SORT_H | 5 | #define ZIP7_INC_BWT_SORT_H |
6 | 6 | ||
7 | #include "7zTypes.h" | 7 | #include "7zTypes.h" |
8 | 8 | ||