Skip to content

Commit

Permalink
feat: remove useless headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Dec 7, 2024
1 parent c2af150 commit eeecc3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frida/unmarshaller.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ package frida
#endif
#include <frida-core.h>
#include <stdlib.h>
#include <string.h>
static char * get_gvalue_gtype(GValue * val) {
return (char*)(G_VALUE_TYPE_NAME(val));
Expand Down

0 comments on commit eeecc3f

Please sign in to comment.