Swap include <> for include "" to make downstream Swift projects happy
[ldk-c-bindings] / lightning-c-bindings / cbindgen.toml
index bcbe2641dc4a39e161d877b98f14d22253c1a014..ec6c74d97cb08ee5fadb86fc9f28150be38d11e3 100644 (file)
@@ -1,7 +1,7 @@
 language = "C"
 include_guard = "LDK_C_BINDINGS_H"
 autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
-trailer = "#include <ldk_ver.h>"
+trailer = "#include \"ldk_ver.h\""
 include_version = true
 namespace = "LDK"