aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2019-11-30 22:28:37 -0500
committerAnders Broman <a.broman58@gmail.com>2019-12-01 07:34:03 +0000
commit4c0a0d6efd9abc6c81bb30f2452eccc52a2e0708 (patch)
tree8be0b6f490f81c4593abf05813b793a6d4b35639
parent7554369a798349f6c35f6f0deecffbe947f9d03a (diff)
expert.h: Reorder includes
More quickly includes glib.h which is required Bug: 16083 Change-Id: Ib25877d0f9d5d9fa39ad4ac5b8991b6666fbe234 Reviewed-on: https://code.wireshark.org/review/35268 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/expert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/expert.h b/epan/expert.h
index 32eaddcd7c..9a78f1df7c 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -13,8 +13,8 @@
#ifndef __EXPERT_H__
#define __EXPERT_H__
-#include <epan/packet_info.h>
#include <epan/proto.h>
+#include <epan/packet_info.h>
#include "value_string.h"
#include "ws_symbol_export.h"