Update auto-generated bindings with new module structure
[ldk-c-bindings] / lightning-c-bindings / src / routing / mod.rs
diff --git a/lightning-c-bindings/src/routing/mod.rs b/lightning-c-bindings/src/routing/mod.rs
deleted file mode 100644 (file)
index a06e1d0..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-// This file is Copyright its original authors, visible in version control
-// history and in the source files from which this was generated.
-//
-// This file is licensed under the license available in the LICENSE or LICENSE.md
-// file in the root of this repository or, if no such file exists, the same
-// license as that which applies to the original source files from which this
-// source was automatically generated.
-
-//! Structs and impls for receiving messages about the network and storing the topology live here.
-
-use std::ffi::c_void;
-use bitcoin::hashes::Hash;
-use crate::c_types::*;
-
-pub mod router;
-pub mod network_graph;