Removed unnecessary #include <cc65.h> from convert.c

Adjusted block comments to predominant style
This commit is contained in:
mc78
2019-11-19 13:17:02 +01:00
committed by Oliver Schmidt
parent 1dee2360fa
commit db971d8a65
3 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,6 @@
#include <dirent.h>
#include <device.h>
#include <dio.h>
#include <cc65.h>
unsigned char info_signature[3] = {3, 21, 63 | 0x80};