Convert to pragma once
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
// slower than MD5.
|
||||
//
|
||||
|
||||
#ifndef SPOOKYV2_HPP
|
||||
#define SPOOKYV2_HPP
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
@@ -79,5 +78,3 @@ public:
|
||||
return hash1;
|
||||
}
|
||||
};
|
||||
|
||||
#endif // SPOOKYV2_HPP
|
||||
|
||||
Reference in New Issue
Block a user