src: move includes inside include guard
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 19 Aug 2013 14:39:04 +0000 (16:39 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 19 Aug 2013 14:42:12 +0000 (16:42 +0200)
commit3e25ed905cff08cb450aa82b5383ffd9365cd7ae
tree29ef08256b1f9853e44ace2f1020c8c3412e6fc4
parent3b923a7ace319015856d5658a4000f1790de632b
src: move includes inside include guard

Having the includes in src/node_buffer.h outside of the include guard
is not really harmful but it's inconsistent with other header files.
src/node_buffer.h