diff options
| author | luwenpeng <[email protected]> | 2024-10-25 14:38:51 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-10-25 14:38:51 +0800 |
| commit | 4061d5a942392c4716586ded8c586440d2e920ca (patch) | |
| tree | 07d44e4b4fc7bbac77bbb4f3bb7df7c17404e35c /decoders | |
| parent | e2c212fb71769f1a4cd9f66c984bf82e6b6bdb42 (diff) | |
move stellar/session_manager.h into stellar/session.h
Diffstat (limited to 'decoders')
| -rw-r--r-- | decoders/lpi_plus/lpip_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/lpi_plus/lpip_module.c b/decoders/lpi_plus/lpip_module.c index d68190b..2b801c5 100644 --- a/decoders/lpi_plus/lpip_module.c +++ b/decoders/lpi_plus/lpip_module.c @@ -15,7 +15,7 @@ #include "stellar/utils.h" #include "stellar/packet.h" -#include "stellar/session_manager.h" +#include "stellar/session.h" #include "appid/appid_internal.h" |
