]> git.sur5r.net Git - cc65/blobdiff - src/common/target.c
Remove tabs, fixed accidental insertion of stdio.h.
[cc65] / src / common / target.c
index 24734f1963df4cf0fde5b40d1eacf4ff4844bb34..6139c4a39f1ee7c72eb7400d4d0e3ddb0edc5960 100644 (file)
@@ -201,7 +201,7 @@ static int Compare (const void* Key, const void* Entry)
     return strcmp ((const char*) Key, ((const TargetEntry*)Entry)->Name);
 }
 
-#include <stdio.h>
+
 
 target_t FindTarget (const char* Name)
 /* Find a target by name and return the target id. TGT_UNKNOWN is returned if