aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.h
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2017-09-29 17:36:55 +0200
committerMichael Mann <mmann78@netscape.net>2017-10-01 15:10:19 +0000
commitd8903ce3975b57c3f4cbd24d58994a1db8c572c8 (patch)
treedb2e98df2281b42448ff83a4c03961612077d6f6 /epan/stats_tree.h
parentbe3b1291d4f3e1b2fbd6e075ffd42c60fbe4f739 (diff)
simplify some include file paths
For both autotools and cmake, the top-level source directory is always part of the search path for include files. For include files in this directory, we can simply use the file name. There's no need for a relative path. Change-Id: Ibf46265d91b5cb9bff4fa791e5b1d69ee3c1e165 Reviewed-on: https://code.wireshark.org/review/23798 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/stats_tree.h')
-rw-r--r--epan/stats_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/stats_tree.h b/epan/stats_tree.h
index 615ca33de0..badb12646e 100644
--- a/epan/stats_tree.h
+++ b/epan/stats_tree.h
@@ -28,7 +28,7 @@
#include <epan/packet_info.h>
#include <epan/tap.h>
#include <epan/stat_groups.h>
-#include "../register.h"
+#include "register.h"
#include "ws_symbol_export.h"
#ifdef __cplusplus