From 1e161f2c7ae3602d2cf70e693ef3cee67ae786e9 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 15 Mar 2016 12:06:58 +1300 Subject: Header guards are evil --- misc.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'misc.h') diff --git a/misc.h b/misc.h index ceb00fd..fb4a093 100644 --- a/misc.h +++ b/misc.h @@ -25,12 +25,6 @@ * SUCH DAMAGE. */ -#ifndef MISC_H -#define MISC_H - -#include -#include - #include "cue-bin-split.h" /* MIN is surely defined in a standard header */ @@ -40,6 +34,3 @@ double get_sec(); int construct_out_name(char *buffer, size_t buffer_size, char* format, unsigned int track); void die_help(); - - -#endif -- cgit v1.1