mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 23:32:28 +00:00
Fixed an erroneous #import.
This commit is contained in:
parent
86dabd007b
commit
47548dcedc
@ -8,7 +8,7 @@
|
||||
|
||||
#import "CSAtari2600.h"
|
||||
|
||||
#import "Atari2600.hpp"
|
||||
#include "Atari2600.hpp"
|
||||
#import "CSMachine+Subclassing.h"
|
||||
|
||||
@interface CSAtari2600 ()
|
||||
|
Loading…
Reference in New Issue
Block a user