From 9ca4948d6aca230d524882bbcabd1d4230a3ad23 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Fri, 19 Aug 2016 10:51:40 -0400 Subject: CoinAdd .sol prefix to files --- std/std.sol | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 std/std.sol (limited to 'std/std.sol') diff --git a/std/std.sol b/std/std.sol new file mode 100644 index 00000000..c3f66b1b --- /dev/null +++ b/std/std.sol @@ -0,0 +1,4 @@ +import "./owned.sol"; +import "./mortal.sol"; +import "./Token.sol"; +import "./StandardToken.sol"; -- cgit