Skip to content

Commit

Permalink
Drop osx_defines.h
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Apr 13, 2022
1 parent e98686e commit afcddc2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 51 deletions.
2 changes: 0 additions & 2 deletions DebugEnhancer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
F654D35C1F6DA4FF00D29D64 /* kern_dbgenhancer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = kern_dbgenhancer.cpp; sourceTree = "<group>"; };
F654D35D1F6DA4FF00D29D64 /* kern_dbgenhancer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = kern_dbgenhancer.hpp; sourceTree = "<group>"; };
F6769742238FCF8000FDA3EE /* kern_start.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = kern_start.cpp; sourceTree = "<group>"; };
F6E888CB23953B4A00A8F9AA /* osx_defines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = osx_defines.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -92,7 +91,6 @@
F654D35D1F6DA4FF00D29D64 /* kern_dbgenhancer.hpp */,
F6769742238FCF8000FDA3EE /* kern_start.cpp */,
1C748C2E1C21952C0024EED2 /* Info.plist */,
F6E888CB23953B4A00A8F9AA /* osx_defines.h */,
);
path = DebugEnhancer;
sourceTree = "<group>";
Expand Down
3 changes: 2 additions & 1 deletion DebugEnhancer/kern_dbgenhancer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
#include <Headers/kern_api.hpp>
#include <Headers/kern_util.hpp>

#include <IOKit/IOKitDebug.h>

#include "kern_dbgenhancer.hpp"
#include "osx_defines.h"

static DBGENH *callbackDBGENH = nullptr;

Expand Down
48 changes: 0 additions & 48 deletions DebugEnhancer/osx_defines.h

This file was deleted.

0 comments on commit afcddc2

Please sign in to comment.