summaryrefslogtreecommitdiff
path: root/decoders
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-10-25 14:38:51 +0800
committerluwenpeng <[email protected]>2024-10-25 14:38:51 +0800
commit4061d5a942392c4716586ded8c586440d2e920ca (patch)
tree07d44e4b4fc7bbac77bbb4f3bb7df7c17404e35c /decoders
parente2c212fb71769f1a4cd9f66c984bf82e6b6bdb42 (diff)
move stellar/session_manager.h into stellar/session.h
Diffstat (limited to 'decoders')
-rw-r--r--decoders/lpi_plus/lpip_module.c2
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"