aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-21 13:49:14 -0400
committerJack Lloyd <[email protected]>2017-09-21 13:49:14 -0400
commit5cc5e1bd3fac87186f511a48cee9cda86e4607ca (patch)
treeea64916bb405f215bc5aed2cddfecdc85322bada /src/lib/x509
parentb331caf9ae61410aaa6e7e7fc4b33267562bd78e (diff)
Clean up header includes
Avoid including build.h or assert.h directly, instead always take them though types.h Avoid math.h in favor of cmath
Diffstat (limited to 'src/lib/x509')
-rw-r--r--src/lib/x509/cert_status.h2
-rw-r--r--src/lib/x509/key_constraint.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/x509/cert_status.h b/src/lib/x509/cert_status.h
index 3bc610571..fb246e71a 100644
--- a/src/lib/x509/cert_status.h
+++ b/src/lib/x509/cert_status.h
@@ -8,7 +8,7 @@
#ifndef BOTAN_X509_PATH_RESULT_H_
#define BOTAN_X509_PATH_RESULT_H_
-#include <botan/build.h>
+#include <botan/types.h>
namespace Botan {
diff --git a/src/lib/x509/key_constraint.h b/src/lib/x509/key_constraint.h
index 268bd87f1..3d456f6c4 100644
--- a/src/lib/x509/key_constraint.h
+++ b/src/lib/x509/key_constraint.h
@@ -9,7 +9,7 @@
#ifndef BOTAN_ENUMS_H_
#define BOTAN_ENUMS_H_
-#include <botan/build.h>
+#include <botan/types.h>
#include <string>
namespace Botan {