More include formatting cleanup.

This commit is contained in:
Adam Ierymenko 2013-09-17 15:53:59 -04:00
parent b2b24ca41b
commit 4c06fcfc9d
9 changed files with 13 additions and 1 deletions

@ -30,8 +30,10 @@
#include <stdlib.h>
#include <stdint.h>
#include <map>
#include <string>
#include "Mutex.hpp"
#include "InetAddress.hpp"

@ -29,8 +29,10 @@
#define _ZT_LOGGER_HPP
#include <stdio.h>
#include <string>
#include <stdexcept>
#include "NonCopyable.hpp"
#include "Mutex.hpp"

@ -29,7 +29,9 @@
#define _ZT_MULTICASTGROUP_HPP
#include <stdint.h>
#include <string>
#include "MAC.hpp"
#include "InetAddress.hpp"

@ -28,13 +28,14 @@
#ifndef _ZT_NODECONFIG_HPP
#define _ZT_NODECONFIG_HPP
#include <stdint.h>
#include <map>
#include <set>
#include <string>
#include <vector>
#include <stdexcept>
#include <stdint.h>
#include "SharedPtr.hpp"
#include "Network.hpp"
#include "Utils.hpp"

@ -31,6 +31,7 @@
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <string>
#include <iostream>

@ -29,6 +29,7 @@
#define _ZT_RUNTIMEENVIRONMENT_HPP
#include <string>
#include "Constants.hpp"
#include "Identity.hpp"
#include "Condition.hpp"

@ -8,6 +8,7 @@
#define _ZT_SALSA20_HPP
#include <stdint.h>
#include "Constants.hpp"
namespace ZeroTier {

@ -31,6 +31,7 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/types.h>
#include <set>
#include <string>

@ -30,6 +30,7 @@
#include <stdio.h>
#include <string.h>
#include <map>
#include <set>
#include <list>