Library libdevcore renamed to libsolutil.

This commit is contained in:
Christian Parpart
2020-01-07 15:51:50 +01:00
committed by Daniel Kirchner
parent 8ac6258d31
commit 345f9928ab
241 changed files with 355 additions and 355 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
along with solidity. If not, see <http://www.gnu.org/licenses/>.
*/
#include <libdevcore/CommonIO.h>
#include <libdevcore/AnsiColorized.h>
#include <libsolutil/CommonIO.h>
#include <libsolutil/AnsiColorized.h>
#include <test/Common.h>
#include <test/tools/IsolTestOptions.h>