summaryrefslogtreecommitdiff
path: root/module_test
diff options
context:
space:
mode:
Diffstat (limited to 'module_test')
-rw-r--r--module_test/src/gtest_sapp_comm.cpp2
-rw-r--r--module_test/src/gtest_sapp_fun.h11
2 files changed, 6 insertions, 7 deletions
diff --git a/module_test/src/gtest_sapp_comm.cpp b/module_test/src/gtest_sapp_comm.cpp
index 6fe2062..5533c85 100644
--- a/module_test/src/gtest_sapp_comm.cpp
+++ b/module_test/src/gtest_sapp_comm.cpp
@@ -27,9 +27,7 @@
#include <net/if.h>
#include <stdarg.h>
-#include "stream.h"
#include "gtest_sapp_fun.h"
-#include "MESA_jump_layer.h"
static int gtest_sapp_master_fd;
diff --git a/module_test/src/gtest_sapp_fun.h b/module_test/src/gtest_sapp_fun.h
index f597a0e..96f76d1 100644
--- a/module_test/src/gtest_sapp_fun.h
+++ b/module_test/src/gtest_sapp_fun.h
@@ -8,7 +8,11 @@
#include <pcap/pcap.h>
#include <linux/if_tun.h>
#include <net/if.h>
-#include "MESA_jump_layer.h"
+
+#include <netinet/ip.h>
+#include <netinet/ip6.h>
+#include <netinet/tcp.h>
+#include <netinet/udp.h>
/*
说明:
@@ -26,10 +30,7 @@
#define SAPP_MAX_PLUG_ENTRY_NUM (256)
#endif
-#include "stream.h"
-#include "packet_io.h"
-#include "sapp_cla_private.h"
-//#include "sapp_global_val.h"
+#include "stream_internal.h"
#include "mesa_net.h"
#include "MESA_handle_logger.h"