aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-06-25 22:34:05 +0100
committerJoão Valverde <j@v6e.pt>2021-06-25 23:53:53 +0100
commit472eaf911b2b5d61d56f1d2e7b2c81c3f260f739 (patch)
tree304d764adb1f073e1ea66170305caa762d79bc2e /wsutil
parent7aae691f7d3c0c419e0b5b424dc2b62b2ded1ab3 (diff)
"config.h" need not and should not be included in any header
config.h is included in the source file before including the header that uses it.
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/file_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/wsutil/file_util.h b/wsutil/file_util.h
index a2d263d8a2..2a756fbc25 100644
--- a/wsutil/file_util.h
+++ b/wsutil/file_util.h
@@ -13,8 +13,6 @@
#include <glib.h>
-#include "config.h"
-
#include "ws_symbol_export.h"
#ifdef _WIN32