Merge pull request #9760

9386f87a7 ringct: remove inclusion of cryptonote_format_utils.h in rctOps.cpp (jeffro256)
This commit is contained in:
tobtoht 2025-02-13 17:34:16 +00:00
commit eceb3cdc8d
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

View File

@ -30,7 +30,6 @@
#include <boost/lexical_cast.hpp> #include <boost/lexical_cast.hpp>
#include "misc_log_ex.h" #include "misc_log_ex.h"
#include "cryptonote_basic/cryptonote_format_utils.h"
#include "rctOps.h" #include "rctOps.h"
using namespace crypto; using namespace crypto;
using namespace std; using namespace std;