1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 19:54:35 +00:00

Fixed an erroneous #import.

This commit is contained in:
Thomas Harte 2016-07-05 16:39:31 -04:00
parent 86dabd007b
commit 47548dcedc

View File

@ -8,7 +8,7 @@
#import "CSAtari2600.h"
#import "Atari2600.hpp"
#include "Atari2600.hpp"
#import "CSMachine+Subclassing.h"
@interface CSAtari2600 ()