From 2a6ea387180e76ae934a9d653adb7aa5f9fa479f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 23 Nov 2015 13:02:50 -0800 Subject: More code cleanup, just moving some stuff into NetconEthernetTap that is not used elsewhere. --- netcon/LWIPStack.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'netcon/LWIPStack.hpp') diff --git a/netcon/LWIPStack.hpp b/netcon/LWIPStack.hpp index 7d6211df..fedbdd5f 100644 --- a/netcon/LWIPStack.hpp +++ b/netcon/LWIPStack.hpp @@ -25,6 +25,8 @@ * LLC. Start here: http://www.zerotier.com/ */ +#ifndef ZT_LWIPSTACK_H +#define ZT_LWIPSTACK_H #include "lwip/mem.h" #include "lwip/pbuf.h" @@ -36,9 +38,6 @@ #include #include -#ifndef LWIPSTACK_H -#define LWIPSTACK_H - #ifdef D_GNU_SOURCE #define _GNU_SOURCE #endif -- cgit v1.2.3