aboutsummaryrefslogtreecommitdiff
path: root/cue-bin-split.h
diff options
context:
space:
mode:
Diffstat (limited to 'cue-bin-split.h')
-rw-r--r--cue-bin-split.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cue-bin-split.h b/cue-bin-split.h
index 604bea5..e689bbf 100644
--- a/cue-bin-split.h
+++ b/cue-bin-split.h
@@ -25,14 +25,5 @@
* SUCH DAMAGE.
*/
-#ifndef CUE_BIN_SPLIT_H
-#define CUE_BIN_SPLIT_H
-
-#include <stdio.h>
-#include <limits.h>
-#include <getopt.h>
-
#define FRAMES_PER_SEC 75
#define BUFFER_SIZE 1024*1024 /* Meh, good enough */
-
-#endif