ringct: remove inclusion of cryptonote_format_utils.h in rctOps.cpp

This vestigial include line breaks some downstream builds
This commit is contained in:
jeffro256 2025-01-31 16:04:04 -06:00
parent 90359e31fd
commit 9386f87a78
No known key found for this signature in database
GPG Key ID: 6F79797A6E392442

View File

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