diff --git a/qasm.xcodeproj/project.pbxproj b/qasm.xcodeproj/project.pbxproj index cc8c60f..f99b8e1 100644 --- a/qasm.xcodeproj/project.pbxproj +++ b/qasm.xcodeproj/project.pbxproj @@ -68,7 +68,6 @@ 2F5E5500237BB3090091163D /* asm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = asm.cpp; sourceTree = SOURCE_ROOT; }; 2F5E5501237BB3090091163D /* qasm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = qasm.cpp; sourceTree = SOURCE_ROOT; }; 2F5E5502237BB3090091163D /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = SOURCE_ROOT; }; - 2F5E5503237BB3090091163D /* opcodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opcodes.h; sourceTree = SOURCE_ROOT; }; 2F5E5504237BB3090091163D /* opcodes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = opcodes.cpp; sourceTree = SOURCE_ROOT; }; 2F5E5505237BB3090091163D /* psuedo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = psuedo.cpp; sourceTree = SOURCE_ROOT; }; 2F5E5506237BB3090091163D /* qasm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = qasm.h; sourceTree = SOURCE_ROOT; }; @@ -233,7 +232,6 @@ 2F5E54FE237BB3090091163D /* eval.cpp */, 2F5E54FF237BB3090091163D /* eval.h */, 2F5E5504237BB3090091163D /* opcodes.cpp */, - 2F5E5503237BB3090091163D /* opcodes.h */, 2F5E5505237BB3090091163D /* psuedo.cpp */, 2F5E5508237BB3090091163D /* psuedo.h */, 2F5E5501237BB3090091163D /* qasm.cpp */,