aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshrinivasan ganapathy <shrinivasanganapathy@gmail.com>2017-08-21 07:02:56 -0700
committershrinivasan ganapathy <shrinivasanganapathy@gmail.com>2017-08-21 07:02:56 -0700
commita7221052999c2939a3702551d444f533b5f1f0d1 (patch)
tree2074cf781815f407598259b0304f9468d2e67ac0
parente1b749ab40f057bc5098a882b60e3a20da1cf1f9 (diff)
t commit -s
Removed unnecessary includes Change-Id: Ib51701e9c0f57968961526de27e08d4b3c5d65f5 Signed-off-by: shrinivasan ganapathy <shrinivasanganapathy@gmail.com>
-rw-r--r--vcl-ldpreload/src/libvcl-ldpreload/vcom.c21
-rw-r--r--vcl-ldpreload/src/libvcl-ldpreload/vcom_socket.h1
2 files changed, 1 insertions, 21 deletions
diff --git a/vcl-ldpreload/src/libvcl-ldpreload/vcom.c b/vcl-ldpreload/src/libvcl-ldpreload/vcom.c
index cbd9729..37cf936 100644
--- a/vcl-ldpreload/src/libvcl-ldpreload/vcom.c
+++ b/vcl-ldpreload/src/libvcl-ldpreload/vcom.c
@@ -21,27 +21,6 @@
#include <stdarg.h>
-#include <svm/svm_fifo_segment.h>
-#include <vlibmemory/api.h>
-#include <vpp/api/vpe_msg_enum.h>
-#include <vnet/session/application_interface.h>
-
-#define vl_typedefs /* define message structures */
-#include <vpp/api/vpe_all_api_h.h>
-#undef vl_typedefs
-
-/* declare message handlers for each api */
-
-#define vl_endianfun /* define message structures */
-#include <vpp/api/vpe_all_api_h.h>
-#undef vl_endianfun
-
-/* instantiate all the print functions we know about */
-#define vl_print(handle, ...)
-#define vl_printfun
-#include <vpp/api/vpe_all_api_h.h>
-#undef vl_printfun
-
#include <libvcl-ldpreload/vcom_socket_wrapper.h>
#include <libvcl-ldpreload/vcom.h>
#include <sys/time.h>
diff --git a/vcl-ldpreload/src/libvcl-ldpreload/vcom_socket.h b/vcl-ldpreload/src/libvcl-ldpreload/vcom_socket.h
index 1cd0267..b616002 100644
--- a/vcl-ldpreload/src/libvcl-ldpreload/vcom_socket.h
+++ b/vcl-ldpreload/src/libvcl-ldpreload/vcom_socket.h
@@ -17,6 +17,7 @@
#define included_vcom_socket_h
#include <libvcl-ldpreload/vcom_glibc_socket.h>
+#include <vppinfra/types.h>
#define INVALID_SESSION_ID (~0)
#define INVALID_FD (~0)