aboutsummaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-15 12:06:58 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-15 12:06:58 +1300
commit1e161f2c7ae3602d2cf70e693ef3cee67ae786e9 (patch)
tree26733e60d37a94818a61e17b8fd560b56b511405 /misc.h
parente648fe8700dbc1afe97e7724ec892c2947ca0b41 (diff)
downloadcue-bin-split-1e161f2c7ae3602d2cf70e693ef3cee67ae786e9.tar.xz
Header guards are evil
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h9
1 files changed, 0 insertions, 9 deletions
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 <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