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
{