Cleanup and warning removal.
This commit is contained in:
parent
063a16fcd6
commit
9f9032ae36
10 changed files with 55 additions and 108 deletions
|
@ -11,12 +11,6 @@
|
|||
*/
|
||||
/****/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <list>
|
||||
|
||||
#include "../include/ZeroTierOne.h"
|
||||
|
||||
#include "Constants.hpp"
|
||||
|
@ -35,6 +29,12 @@
|
|||
#include "Revocation.hpp"
|
||||
#include "Trace.hpp"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <list>
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
bool IncomingPacket::tryDecode(const RuntimeEnvironment *RR,void *tPtr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue