Includes cleanup
[novacoin.git] / src / noui.cpp
index 8643715..50422d3 100644 (file)
@@ -5,8 +5,6 @@
 
 #include "interface.h"
 
-#include <string>
-
 static int noui_ThreadSafeMessageBox(const std::string& message, const std::string& caption, int style)
 {
     printf("%s: %s\n", caption.c_str(), message.c_str());