diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-03-11 17:12:11 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-03-11 17:12:11 +1300 |
commit | e8120de2e70de2c2bae79b611be689994e2de7df (patch) | |
tree | 317273f14f2f52f9f9e39757341bc1e3c2e54cee /cue-bin-split.h | |
parent | eb92f1f8a6f8036ab5337c85dc1dedefbd886fd4 (diff) | |
download | cue-bin-split-e8120de2e70de2c2bae79b611be689994e2de7df.tar.xz |
Remove disgusting EXIT_SUCCESS and EXIT_FAILURE swarf
Diffstat (limited to 'cue-bin-split.h')
-rw-r--r-- | cue-bin-split.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cue-bin-split.h b/cue-bin-split.h index 54dd89d..604bea5 100644 --- a/cue-bin-split.h +++ b/cue-bin-split.h @@ -29,7 +29,6 @@ #define CUE_BIN_SPLIT_H #include <stdio.h> -#include <stdlib.h> #include <limits.h> #include <getopt.h> |