From 47d851f11d124a4a7e079d03701181d23c9a79bf Mon Sep 17 00:00:00 2001 From: Snider Date: Thu, 21 Mar 2024 16:21:00 +0000 Subject: [PATCH] clearing .idea files --- .idea/cmake.xml | 9 --------- .idea/misc.xml | 4 ---- .idea/modules.xml | 9 --------- .idea/runConfigurations/daemon.xml | 7 ------- .idea/runConfigurations/simplewallet.xml | 7 ------- .idea/runConfigurations/wallet.xml | 7 ------- src/common/command_line.cpp | 2 +- 7 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 .idea/cmake.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/runConfigurations/daemon.xml delete mode 100644 .idea/runConfigurations/simplewallet.xml delete mode 100644 .idea/runConfigurations/wallet.xml diff --git a/.idea/cmake.xml b/.idea/cmake.xml deleted file mode 100644 index bb2d9a14..00000000 --- a/.idea/cmake.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 79b3c948..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 780bc2f0..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/daemon.xml b/.idea/runConfigurations/daemon.xml deleted file mode 100644 index 0726754d..00000000 --- a/.idea/runConfigurations/daemon.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/simplewallet.xml b/.idea/runConfigurations/simplewallet.xml deleted file mode 100644 index 851f56cf..00000000 --- a/.idea/runConfigurations/simplewallet.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/wallet.xml b/.idea/runConfigurations/wallet.xml deleted file mode 100644 index abca9644..00000000 --- a/.idea/runConfigurations/wallet.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/common/command_line.cpp b/src/common/command_line.cpp index 7e1fff1c..88ebb1de 100644 --- a/src/common/command_line.cpp +++ b/src/common/command_line.cpp @@ -6,7 +6,7 @@ #include "command_line.h" -#include "currency_config.h" +#include "currency_core/currency_config.h" namespace command_line {