From 75905a9afc0ee89954ede7d08af70d1148bf0fd9 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 5 Feb 2009 09:12:57 +0200 Subject: Various code cleanups the the xz command line tool. It now builds with MinGW. --- src/xz/util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/xz/util.h') diff --git a/src/xz/util.h b/src/xz/util.h index dca62b26..8b4bc3f8 100644 --- a/src/xz/util.h +++ b/src/xz/util.h @@ -17,9 +17,6 @@ // /////////////////////////////////////////////////////////////////////////////// -#ifndef UTIL_H -#define UTIL_H - /// \brief Safe malloc() that never returns NULL /// /// \note xmalloc(), xrealloc(), and xstrdup() must not be used when @@ -67,5 +64,3 @@ extern bool is_tty_stdin(void); /// If stdout is a terminal, an error message is printed and exit status set /// to EXIT_ERROR. extern bool is_tty_stdout(void); - -#endif -- cgit v1.2.3