replace include guards with pragma once
This commit is contained in:
+1
-4
@@ -1,5 +1,4 @@
|
||||
#ifndef CODERS_GZIP_HPP_
|
||||
#define CODERS_GZIP_HPP_
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
@@ -18,5 +17,3 @@ namespace gzip {
|
||||
@param size length of GZIP data */
|
||||
std::vector<ubyte> decompress(const ubyte* src, size_t size);
|
||||
}
|
||||
|
||||
#endif // CODERS_GZIP_HPP_
|
||||
|
||||
Reference in New Issue
Block a user