diff options
author | Neale Ranns <neale@graphiant.com> | 2021-06-03 14:59:47 +0000 |
---|---|---|
committer | Neale Ranns <neale@graphiant.com> | 2021-06-07 07:19:00 +0000 |
commit | 68d48d94a84f6499a16cd362d0a225b1720baf67 (patch) | |
tree | 804f88db5d8f4f78ccf4523a065f7ec8ab82b6a2 /src/vnet/ip/ip4_input.c | |
parent | 2645f68985df4955fd8a161224595dad9f4ab488 (diff) |
pg: Reduce the inclusion of pg.h
Type: style
reduce the number of files recompiled after changing pg.h from 1110 to
102.
Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: I50611eba818eeb3a2dffd437a3c72c77766bed80
Diffstat (limited to 'src/vnet/ip/ip4_input.c')
-rw-r--r-- | src/vnet/ip/ip4_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ip/ip4_input.c b/src/vnet/ip/ip4_input.c index bf8e05c1bab..3b3edf9fca7 100644 --- a/src/vnet/ip/ip4_input.c +++ b/src/vnet/ip/ip4_input.c @@ -39,6 +39,7 @@ #include <vnet/ip/ip4_input.h> #include <vnet/ethernet/ethernet.h> +#include <vnet/pg/pg.h> #include <vnet/ppp/ppp.h> #include <vnet/hdlc/hdlc.h> #include <vnet/util/throttle.h> |