aboutsummaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
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