Browse Source

More include formatting cleanup.

pull/1/head
Adam Ierymenko 13 years ago
parent
commit
4c06fcfc9d
  1. 2
      node/Demarc.hpp
  2. 2
      node/Logger.hpp
  3. 2
      node/MulticastGroup.hpp
  4. 3
      node/NodeConfig.hpp
  5. 1
      node/Packet.hpp
  6. 1
      node/RuntimeEnvironment.hpp
  7. 1
      node/Salsa20.hpp
  8. 1
      node/SysEnv.cpp
  9. 1
      node/Topology.hpp

2
node/Demarc.hpp

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

2
node/Logger.hpp

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

2
node/MulticastGroup.hpp

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

3
node/NodeConfig.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"

1
node/Packet.hpp

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

1
node/RuntimeEnvironment.hpp

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

1
node/Salsa20.hpp

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

1
node/SysEnv.cpp

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

1
node/Topology.hpp

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

Loading…
Cancel
Save