diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-05 09:12:57 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-05 09:12:57 +0200 |
commit | 75905a9afc0ee89954ede7d08af70d1148bf0fd9 (patch) | |
tree | fc562f9890c63c4fa7087537941165393155af14 /src/xz/options.h | |
parent | Another utime() fix. (diff) | |
download | xz-75905a9afc0ee89954ede7d08af70d1148bf0fd9.tar.xz |
Various code cleanups the the xz command line tool.
It now builds with MinGW.
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 |