aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-03-22 13:59:10 -0400
committerJack Lloyd <[email protected]>2017-03-22 13:59:10 -0400
commitcf02ab0b5f60296e44d5e957278b27a7333fae23 (patch)
tree3f10760914d8f6eef992833a56408836d8a34c96 /src/lib
parente48e90e541c7f9e45b9d67217f067b17a58c036d (diff)
Remove duplicate include GH #928
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ffi/ffi.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffi/ffi.cpp b/src/lib/ffi/ffi.cpp
index 80d7ec611..00d1433b1 100644
--- a/src/lib/ffi/ffi.cpp
+++ b/src/lib/ffi/ffi.cpp
@@ -17,7 +17,6 @@
#include <botan/x509cert.h>
#include <botan/data_src.h>
#include <botan/pubkey.h>
-#include <botan/data_src.h>
#include <botan/hex.h>
#include <botan/mem_ops.h>
#include <botan/x509_key.h>