Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 294a02b

Browse files
committed
refactor(utility): refactor file structure
1 parent a5b818a commit 294a02b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/utility/jni_interface_detector.h renamed to src/utility/jni/jni_interface_detector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "llvm/ADT/StringRef.h"
55
#include "llvm/IR/Instructions.h"
66
#include "llvm/IR/Module.h"
7-
#include "struct_parser.h"
7+
#include "utility/struct_parser.h"
88

99
class JNIInterfaceDetector {
1010
public:

0 commit comments

Comments
 (0)