mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
Move ofp-parse.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "ofp-parse.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
@@ -38,6 +36,7 @@
|
||||
#include "packets.h"
|
||||
#include "simap.h"
|
||||
#include "socket-util.h"
|
||||
#include "openvswitch/ofp-parse.h"
|
||||
#include "openvswitch/vconn.h"
|
||||
|
||||
/* Parses 'str' as an 8-bit unsigned integer into '*valuep'.
|
||||
|
Reference in New Issue
Block a user