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/args.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/args.h')
-rw-r--r-- | src/xz/args.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xz/args.h b/src/xz/args.h index 6d4e8282..b07b2100 100644 --- a/src/xz/args.h +++ b/src/xz/args.h @@ -17,12 +17,6 @@ // /////////////////////////////////////////////////////////////////////////////// -#ifndef ARGS_H -#define ARGS_H - -#include "private.h" - - typedef struct { /// Filenames from command line char **arg_names; @@ -52,5 +46,3 @@ extern bool opt_keep_original; extern const char *stdin_filename; extern void args_parse(args_info *args, int argc, char **argv); - -#endif |