We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4feb362 commit 825d21dCopy full SHA for 825d21d
1 file changed
src/thirdparty/DynamicHooks/include/hook.h
@@ -40,9 +40,6 @@
40
#include "registers.h"
41
#include "convention.h"
42
43
-#include "AsmJit.h"
44
-using namespace AsmJit;
45
-
46
47
// ============================================================================
48
// >> HookType_t
@@ -71,6 +68,7 @@ typedef bool (*HookHandlerFn)(HookType_t, CHook*);
71
68
72
69
// >> CLASSES
73
70
+class Assembler;
74
class CHook
75
{
76
private:
0 commit comments