소스 검색

Merge pull request #2448 from lioncash/pragma

common/zstd_compression: Remove #pragma once directive from source file
Rodrigo Locatti 7 년 전
부모
커밋
57db3f6763
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/common/zstd_compression.cpp

+ 0 - 2
src/common/zstd_compression.cpp

@@ -2,8 +2,6 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
-#pragma once
-
 #include <algorithm>
 #include <zstd.h>