]> git.sesse.net Git - c64tapwav/commitdiff
Remove an unused #include.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 4 May 2013 23:58:01 +0000 (01:58 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 4 May 2013 23:58:01 +0000 (01:58 +0200)
decode.cpp

index c9a5ded52741f233ccf877c3f7384d1dbdc37bce..0e88f9d85d73d55d5e5a55262c5f68f1b99acfcf 100644 (file)
@@ -1,7 +1,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <math.h>
-#include <unistd.h>
 #include <assert.h>
 #include <limits.h>
 #include <vector>