Pārlūkot izejas kodu

Merge pull request #2330 from lioncash/pragma

common/lz4_compression: Remove #pragma once directive from the cpp file
bunnei 7 gadi atpakaļ
vecāks
revīzija
7c31661869
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      src/common/lz4_compression.cpp

+ 0 - 2
src/common/lz4_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 <lz4hc.h>