todo update
authorWladimir J. van der Laan <laanwj@gmail.com>
Sun, 15 May 2011 06:32:30 +0000 (08:32 +0200)
committerWladimir J. van der Laan <laanwj@gmail.com>
Sun, 15 May 2011 06:32:30 +0000 (08:32 +0200)
TODO

diff --git a/TODO b/TODO
index 33cf406..d1713eb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -70,13 +70,14 @@ Compatibility with Qt, and some more modularity
 
 - Put guard statements around header files.
 
-- Proper include between header files; remove central "header.h" file.
-
 - Removed macro foreach: conflicts with Qt keyword foreach, replaced back with BOOST_FOREACH
 
 - Prefix stdlib structures and functions with std:: in headers; "using namespace" in header files is
    generally frowned upon
 
+- Modularity: base48.h can now be included without including all the headers
+   (useful for linking external GUI to bitcoin core, part of GUI separation)
+
 Todo:
 
 - Repeated in all files?