aboutsummaryrefslogtreecommitdiff
path: root/C/Sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/Sort.h')
-rw-r--r--C/Sort.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/C/Sort.h b/C/Sort.h
index 2e2963a..1817b65 100644
--- a/C/Sort.h
+++ b/C/Sort.h
@@ -1,8 +1,8 @@
1/* Sort.h -- Sort functions 1/* Sort.h -- Sort functions
22014-04-05 : Igor Pavlov : Public domain */ 22023-03-05 : Igor Pavlov : Public domain */
3 3
4#ifndef __7Z_SORT_H 4#ifndef ZIP7_INC_SORT_H
5#define __7Z_SORT_H 5#define ZIP7_INC_SORT_H
6 6
7#include "7zTypes.h" 7#include "7zTypes.h"
8 8