diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index 46ed7ebe3..db3544b91 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -29,7 +29,6 @@ #include "Sound.h" #include "SystemData.h" #include "SystemScreensaver.h" -#include "guis/GuiComplexTextEditPopup.h" #include "guis/GuiDetectDevice.h" #include "guis/GuiLaunchScreen.h" #include "guis/GuiMsgBox.h" diff --git a/es-core/src/utils/MathUtil.h b/es-core/src/utils/MathUtil.h index f2443d313..34fb84131 100644 --- a/es-core/src/utils/MathUtil.h +++ b/es-core/src/utils/MathUtil.h @@ -34,7 +34,7 @@ namespace Utils const float scrollLength); // The MD5 functions are derived from the RSA Data Security, Inc. MD5 Message-Digest - // Algorithm. Based on this code: https://github.com/yaoyao-cn/md5/blob/master/md5.cpp + // Algorithm. std::string md5Hash(const std::string& data); void md5Update(const unsigned char* buf, unsigned int length,