Skip to content

Commit

Permalink
restore the order of header files
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaoxia2022 committed Nov 21, 2023
1 parent f4b4aa0 commit af198b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/nvidia_plugin/src/cuda_plugin.cpp
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// Copyright (C) 2018-2023 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "cuda_plugin.hpp"

#include <fmt/format.h>

#include "ie_metric_helpers.hpp"

#include "cpp_interfaces/interface/ie_internal_plugin_config.hpp"
#include "cuda/props.hpp"
#include "cuda_compiled_model.hpp"
#include "cuda_infer_request.hpp"
#include "cuda_itt.hpp"
#include "cuda_operation_registry.hpp"
#include "ie_metric_helpers.hpp"
#include "cuda_plugin.hpp"
#include "nvidia/nvidia_config.hpp"
#include "openvino/core/op_extension.hpp"
#include "openvino/op/util/op_types.hpp"
Expand Down

0 comments on commit af198b1

Please sign in to comment.