Skip to content

Commit

Permalink
fix: remove version-specified include
Browse files Browse the repository at this point in the history
  • Loading branch information
futuretech6 committed Jan 11, 2023
1 parent e248ada commit 7b5b5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detectors/nft_approval_check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
*/
#include "near_core.h"

#include <llvm-15/llvm/IR/Instructions.h>
#include <llvm-15/llvm/Support/Casting.h>
#include <set>

#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/Pass.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/raw_ostream.h"
Expand Down

0 comments on commit 7b5b5b8

Please sign in to comment.