diff --git a/aw/cxx/hwext/perf.cpp b/aw/cxx/hwext/perf.cpp index 728e5224797ffa5abbb7faec4b8208f17c928599..c76021c136c3589da25eaa3d9f5507b4e4023621 100644 --- a/aw/cxx/hwext/perf.cpp +++ b/aw/cxx/hwext/perf.cpp @@ -13,13 +13,20 @@ * limitations under the License. */ -#include "perf.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include -#include #include -#include -#include - #include using namespace std; diff --git a/aw/cxx/hwext/perf.h b/aw/cxx/hwext/perf.h index 8dabe4f22a215d70c32c6a91ea4da4aa733c2a5f..ebd8c9e3d0399680264873c811271a04d9ff4185 100644 --- a/aw/cxx/hwext/perf.h +++ b/aw/cxx/hwext/perf.h @@ -16,12 +16,12 @@ #ifndef AW_CXX_HWEXT_PERF_H_ #define AW_CXX_HWEXT_PERF_H_ +#include + #include #include #include #include -#include "securec.h" - #include namespace OHOS {