Skip to content

Commit

Permalink
adjust header order
Browse files Browse the repository at this point in the history
  • Loading branch information
grg committed Feb 9, 2024
1 parent 8f29881 commit 1aa930c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions control-plane/p4RuntimeArchHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ limitations under the License.
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wpedantic"
#include <google/protobuf/util/json_util.h>

#include "p4/config/v1/p4info.pb.h"
#include "p4/v1/p4runtime.pb.h"
#include <google/protobuf/util/json_util.h>
#pragma GCC diagnostic pop

#include "frontends/common/resolveReferences/referenceMap.h"
Expand Down

0 comments on commit 1aa930c

Please sign in to comment.