diff options
| author | luwenpeng <[email protected]> | 2024-09-19 16:18:54 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-09-20 16:59:19 +0800 |
| commit | 46307bb271f1ad5f40dbf87daeea470f94b82086 (patch) | |
| tree | 2bec16c9ee15d13f355ec19e323371d86f4baf6b /test/debug_plugin/debug_plugin.c | |
| parent | bf8ba9716552b81e4d4ae6b0fe8950ec6f113665 (diff) | |
rename session_private.h to session_internal.h
Diffstat (limited to 'test/debug_plugin/debug_plugin.c')
| -rw-r--r-- | test/debug_plugin/debug_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/debug_plugin/debug_plugin.c b/test/debug_plugin/debug_plugin.c index 50c8bc4..63e89f9 100644 --- a/test/debug_plugin/debug_plugin.c +++ b/test/debug_plugin/debug_plugin.c @@ -6,7 +6,7 @@ #include "utils.h" #include "packet_dump.h" -#include "session_private.h" +#include "session_internal.h" #include "stellar/stellar_mq.h" #include "stellar/stellar_exdata.h" |
