Changeset 16353
- Timestamp:
- 2008-07-11 10:11:07 (4 months ago)
- Files:
-
- indexers/trunk/mg/lib/huffman.h (modified) (1 diff)
- indexers/trunk/mgpp/lib/huffman.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
indexers/trunk/mg/lib/huffman.h
r15515 r16353 22 22 #ifndef H_HUFFMAN 23 23 #define H_HUFFMAN 24 24 #include <sys/types.h> 25 25 #include "filestats.h" 26 26 indexers/trunk/mgpp/lib/huffman.h
r3365 r16353 22 22 #ifndef H_HUFFMAN 23 23 #define H_HUFFMAN 24 25 #include <sys/types.h> 24 26 25 27 #include "sysfuncs.h"
