Преглед на файлове

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>