Skip to content

Commit 825d21d

Browse files
committed
Fixed the most weird compiler errors I have ever seen...
1 parent 4feb362 commit 825d21d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • src/thirdparty/DynamicHooks/include

src/thirdparty/DynamicHooks/include/hook.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
#include "registers.h"
4141
#include "convention.h"
4242

43-
#include "AsmJit.h"
44-
using namespace AsmJit;
45-
4643

4744
// ============================================================================
4845
// >> HookType_t
@@ -71,6 +68,7 @@ typedef bool (*HookHandlerFn)(HookType_t, CHook*);
7168
// ============================================================================
7269
// >> CLASSES
7370
// ============================================================================
71+
class Assembler;
7472
class CHook
7573
{
7674
private:

0 commit comments

Comments
 (0)