From 54fb8ef357d153c35f4ba2798a34fd83476abec0 Mon Sep 17 00:00:00 2001 From: zaqwsxqwer111 <39664031+zaqwsxqwer111@users.noreply.github.com> Date: Sat, 18 Apr 2020 20:28:10 +0800 Subject: [PATCH] remove pragma once from .cpp files (#1982) Signed-off-by: zaqwsxqwer111 <2536173042@qq.com> --- core/src/query/BinaryQuery.cpp | 2 -- core/src/segment/Attr.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/core/src/query/BinaryQuery.cpp b/core/src/query/BinaryQuery.cpp index 27b57f86d0..21d1cda9cf 100644 --- a/core/src/query/BinaryQuery.cpp +++ b/core/src/query/BinaryQuery.cpp @@ -9,8 +9,6 @@ // is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express // or implied. See the License for the specific language governing permissions and limitations under the License. -#pragma once - #include #include #include diff --git a/core/src/segment/Attr.cpp b/core/src/segment/Attr.cpp index fd5657daa3..57869cbb8c 100644 --- a/core/src/segment/Attr.cpp +++ b/core/src/segment/Attr.cpp @@ -15,8 +15,6 @@ // specific language governing permissions and limitations // under the License. -#pragma once - #include #include #include