aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/stats_tree.h2
-rw-r--r--ui/qt/about_dialog.cpp4
2 files changed, 3 insertions, 3 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
diff --git a/ui/qt/about_dialog.cpp b/ui/qt/about_dialog.cpp
index 25ce84edf0..c26b4b0052 100644
--- a/ui/qt/about_dialog.cpp
+++ b/ui/qt/about_dialog.cpp
@@ -37,8 +37,8 @@
#include <epan/wslua/init_wslua.h>
#endif
-#include "../../log.h"
-#include "../../register.h"
+#include "log.h"
+#include "register.h"
#include "ui/alert_box.h"
#include "ui/last_open_dir.h"