remove pragma once from .cpp files (#1982)

Signed-off-by: zaqwsxqwer111 <2536173042@qq.com>
pull/1986/head
zaqwsxqwer111 2020-04-18 20:28:10 +08:00 committed by GitHub
parent 930df204f6
commit 54fb8ef357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -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 <memory>
#include <string>
#include <utility>

View File

@ -15,8 +15,6 @@
// specific language governing permissions and limitations
// under the License.
#pragma once
#include <algorithm>
#include <chrono>
#include <cstring>