Fix skel files to use <vppinfra/*.h> instead of <clib/*.h> when
including vppinfra header files.

Change-Id: I961c602e0ccd2048fac633b5aeebb8c3cd0899fb
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
diff --git a/build-root/emacs-lisp/tunnel-encap-skel.el b/build-root/emacs-lisp/tunnel-encap-skel.el
index 5933153..baf8241 100644
--- a/build-root/emacs-lisp/tunnel-encap-skel.el
+++ b/build-root/emacs-lisp/tunnel-encap-skel.el
@@ -10,8 +10,8 @@
 '(setq encap-stack (replace-regexp-in-string "_" "-" encap_stack))
 '(setq ENCAP-STACK (upcase encap-stack))
 "
-#include <clib/error.h>
-#include <clib/hash.h>
+#include <vppinfra/error.h>
+#include <vppinfra/hash.h>
 #include <vnet/vnet.h>
 #include <vnet/ip/ip.h>
 #include <vnet/ethernet/ethernet.h>