Skip to content

Commit

Permalink
Update ExtAPI.h
Browse files Browse the repository at this point in the history
delete redundant included header file
  • Loading branch information
guanqin-123 authored Dec 8, 2023
1 parent b41323d commit 2b95e54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions svf/include/Util/ExtAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#define __ExtAPI_H

#include "SVFIR/SVFValue.h"
#include <Util/config.h>
#include <string>
#include <vector>
#include <map>
Expand Down Expand Up @@ -99,4 +98,4 @@ class ExtAPI
};
} // End namespace SVF

#endif
#endif

0 comments on commit 2b95e54

Please sign in to comment.