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 --- cue-bin-split.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cue-bin-split.h') 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 -#include -#include - #define FRAMES_PER_SEC 75 #define BUFFER_SIZE 1024*1024 /* Meh, good enough */ - -#endif -- cgit v1.1