diff options
| author | Stefan Boberg <[email protected]> | 2021-05-27 19:18:26 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-05-27 19:18:26 +0200 |
| commit | 9863888606d408c41e9ff89f194102604f40cceb (patch) | |
| tree | 887abb29dc43385a20a6c7dbe6312734aa2c99ee /zencore/crc32.cpp | |
| parent | Added some more diagnostics to potential file operation errors (diff) | |
| download | zen-9863888606d408c41e9ff89f194102604f40cceb.tar.xz zen-9863888606d408c41e9ff89f194102604f40cceb.zip | |
clang-format fixes
Diffstat (limited to 'zencore/crc32.cpp')
| -rw-r--r-- | zencore/crc32.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zencore/crc32.cpp b/zencore/crc32.cpp index a6c3fcc47..bb4dc1f42 100644 --- a/zencore/crc32.cpp +++ b/zencore/crc32.cpp @@ -1,6 +1,5 @@ // Copyright Epic Games, Inc. All Rights Reserved. - #include "zencore/crc32.h" namespace CRC32 { |