From 9386f87a783399ae96e84e946b826c53312e1821 Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Fri, 31 Jan 2025 16:04:04 -0600 Subject: [PATCH] ringct: remove inclusion of cryptonote_format_utils.h in rctOps.cpp This vestigial include line breaks some downstream builds --- src/ringct/rctOps.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ringct/rctOps.cpp b/src/ringct/rctOps.cpp index 0e18cb461..3860a7e1f 100644 --- a/src/ringct/rctOps.cpp +++ b/src/ringct/rctOps.cpp @@ -30,7 +30,6 @@ #include #include "misc_log_ex.h" -#include "cryptonote_basic/cryptonote_format_utils.h" #include "rctOps.h" using namespace crypto; using namespace std;