diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-03-15 12:06:58 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-03-15 12:06:58 +1300 |
commit | 1e161f2c7ae3602d2cf70e693ef3cee67ae786e9 (patch) | |
tree | 26733e60d37a94818a61e17b8fd560b56b511405 /misc.h | |
parent | e648fe8700dbc1afe97e7724ec892c2947ca0b41 (diff) | |
download | cue-bin-split-1e161f2c7ae3602d2cf70e693ef3cee67ae786e9.tar.xz |
Header guards are evil
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -25,12 +25,6 @@ * SUCH DAMAGE. */ -#ifndef MISC_H -#define MISC_H - -#include <stdio.h> -#include <stdlib.h> - #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 |