Skip to content

Commit

Permalink
Move to text directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Jan 10, 2024
1 parent 92e291b commit 7760bad
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#include "core/providers/cpu/nn/regex_full_match.h"
#include "regex_full_match.h"

Check warning on line 4 in onnxruntime/core/providers/cpu/text/regex_full_match.cc

View workflow job for this annotation

GitHub Actions / Lint C++

[cpplint] reported by reviewdog 🐶 Include the directory when naming header files [build/include_subdir] [4] Raw Output: onnxruntime/core/providers/cpu/text/regex_full_match.cc:4: Include the directory when naming header files [build/include_subdir] [4]
#include "core/common/common.h"

namespace onnxruntime {
Expand Down
File renamed without changes.

0 comments on commit 7760bad

Please sign in to comment.