]> git.mdlowis.com Git - projs/alib.git/commit
Implemente plan9 header style: Remove includes and include guards from all headers...
authorMike Lowis <mike.lowis@gentex.com>
Thu, 28 Jul 2016 14:44:47 +0000 (10:44 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Thu, 28 Jul 2016 14:44:47 +0000 (10:44 -0400)
commite7e3c53167857875573b2732d9f329873586b04a
tree4329580479efada37373bea34d963b985deebdd2
parente0f473559191853055733def1506592965e00252
Implemente plan9 header style: Remove includes and include guards from all headers except util.h. Programs should include dependencies before including the header.
source/bstree.h
source/hash.h
source/lex.h
source/list.h
source/parse.h
source/slist.h
source/strbuf.h
source/utf8.h
source/util.h
source/vec.h