Browse Source

Remove redundant includes.

Adam Ierymenko 4 years ago
parent
commit
bd96e53bcc
3 changed files with 0 additions and 12 deletions
  1. 0 4
      core/CapabilityCredential.hpp
  2. 0 3
      core/MembershipCredential.hpp
  3. 0 5
      core/OwnershipCredential.hpp

+ 0 - 4
core/CapabilityCredential.hpp

@@ -14,10 +14,6 @@
 #ifndef ZT_CAPABILITY_HPP
 #define ZT_CAPABILITY_HPP
 
-#include <cstdio>
-#include <cstdlib>
-#include <cstring>
-
 #include "Constants.hpp"
 #include "Credential.hpp"
 #include "Address.hpp"

+ 0 - 3
core/MembershipCredential.hpp

@@ -16,9 +16,6 @@
 
 // TODO: redo
 
-#include <cstdint>
-#include <cstring>
-
 #include <string>
 #include <stdexcept>
 #include <algorithm>

+ 0 - 5
core/OwnershipCredential.hpp

@@ -14,11 +14,6 @@
 #ifndef ZT_CERTIFICATEOFOWNERSHIP_HPP
 #define ZT_CERTIFICATEOFOWNERSHIP_HPP
 
-#include <cstdint>
-#include <cstdio>
-#include <cstdlib>
-#include <cstring>
-
 #include "Constants.hpp"
 #include "Credential.hpp"
 #include "C25519.hpp"