diff --git a/PowerEditor/src/MISC/sha1/calc_sha1.cpp b/PowerEditor/src/MISC/sha1/calc_sha1.cpp index 9f748bd31..709754291 100644 --- a/PowerEditor/src/MISC/sha1/calc_sha1.cpp +++ b/PowerEditor/src/MISC/sha1/calc_sha1.cpp @@ -14,8 +14,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -#include "calc_sha1.h" #include "sha1.h" +#include "calc_sha1.h" void calc_sha1(unsigned char hash[20], const void *input, size_t len) {