summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-atn-ulcs.h2
-rw-r--r--epan/dissectors/packet-opensafety.h2
-rw-r--r--epan/exported_pdu.h2
-rw-r--r--epan/ext_menubar.h2
-rw-r--r--epan/nghttp2/nghttp2.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-atn-ulcs.h b/epan/dissectors/packet-atn-ulcs.h
index 981cb188a1..f20975f545 100644
--- a/epan/dissectors/packet-atn-ulcs.h
+++ b/epan/dissectors/packet-atn-ulcs.h
@@ -35,7 +35,7 @@
#ifndef PACKET_ATN_ULCS_H
#define PACKET_ATN_ULCS_H
-#include "config.h"
+#include <config.h>
#include "packet.h"
diff --git a/epan/dissectors/packet-opensafety.h b/epan/dissectors/packet-opensafety.h
index 17bc030c93..b07cd25c88 100644
--- a/epan/dissectors/packet-opensafety.h
+++ b/epan/dissectors/packet-opensafety.h
@@ -33,7 +33,7 @@
#ifndef _OPENSAFETY_HEADER_
#define _OPENSAFETY_HEADER_
-#include "config.h"
+#include <config.h>
#include <epan/packet.h>
diff --git a/epan/exported_pdu.h b/epan/exported_pdu.h
index 632a2b8f2d..bb336d4e77 100644
--- a/epan/exported_pdu.h
+++ b/epan/exported_pdu.h
@@ -25,7 +25,7 @@
#ifndef EXPORTED_PDU_H
#define EXPORTED_PDU_H
-#include "config.h"
+#include <config.h>
#include "ws_symbol_export.h"
diff --git a/epan/ext_menubar.h b/epan/ext_menubar.h
index e730376d1e..acffa8f2e8 100644
--- a/epan/ext_menubar.h
+++ b/epan/ext_menubar.h
@@ -26,7 +26,7 @@
#ifndef EPAN_EXT_MENUBAR_H_
#define EPAN_EXT_MENUBAR_H_
-#include "config.h"
+#include <config.h>
#include "ws_symbol_export.h"
diff --git a/epan/nghttp2/nghttp2.h b/epan/nghttp2/nghttp2.h
index 9f6e1f6fa1..cf23cc97b7 100644
--- a/epan/nghttp2/nghttp2.h
+++ b/epan/nghttp2/nghttp2.h
@@ -25,7 +25,7 @@
#ifndef NGHTTP2_H
#define NGHTTP2_H
-#include "config.h"
+#include <config.h>
/* Define WIN32 when build target is Win32 API (borrowed from
libcurl) */