aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ffi_decls.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/ffi_decls.py')
-rwxr-xr-xsrc/scripts/ffi_decls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ffi_decls.py b/src/scripts/ffi_decls.py
index e4dbcefcc..b336e61f5 100755
--- a/src/scripts/ffi_decls.py
+++ b/src/scripts/ffi_decls.py
@@ -8,7 +8,7 @@ Automatically generate declarations for the FFI layer
Botan is released under the Simplified BSD License (see license.txt)
"""
-from pycparser import c_parser, c_ast, parse_file
+from pycparser import c_ast, parse_file
ffi_header = 'src/lib/ffi/ffi.h'