diff options
Diffstat (limited to 'src/xz/options.h')
-rw-r--r-- | src/xz/options.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xz/options.h b/src/xz/options.h index 4253ac3c..3835d12a 100644 --- a/src/xz/options.h +++ b/src/xz/options.h @@ -17,12 +17,6 @@ // /////////////////////////////////////////////////////////////////////////////// -#ifndef OPTIONS_H -#define OPTIONS_H - -#include "private.h" - - /// \brief Parser for Subblock options /// /// \return Pointer to allocated options structure. @@ -42,5 +36,3 @@ extern lzma_options_delta *options_delta(const char *str); /// \return Pointer to allocated options structure. /// Doesn't return on error. extern lzma_options_lzma *options_lzma(const char *str); - -#endif |