diff --git a/src/node_buffer.h b/src/node_buffer.h index f8db699f79220f..ca9a135e9df3c7 100644 --- a/src/node_buffer.h +++ b/src/node_buffer.h @@ -19,13 +19,13 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. +#ifndef SRC_NODE_BUFFER_H_ +#define SRC_NODE_BUFFER_H_ + #include "node.h" #include "smalloc.h" #include "v8.h" -#ifndef SRC_NODE_BUFFER_H_ -#define SRC_NODE_BUFFER_H_ - namespace node { namespace Buffer {