aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.h
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-09-20 20:16:52 +0100
committerJoão Valverde <j@v6e.pt>2021-09-20 20:16:52 +0100
commit5f79503d672fd259432f70698ca0c9f40985c9f7 (patch)
treefe16e1b0d1914611f732cd51ae51477010eff934 /extcap.h
parent2c7d22dba279721e776a712a8e2e98981e562fdf (diff)
Fix config.h include order
The header "config.h" needs to be the first header included in the source file, no exceptions.
Diffstat (limited to 'extcap.h')
-rw-r--r--extcap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/extcap.h b/extcap.h
index 8f05d0c661..54752e8b74 100644
--- a/extcap.h
+++ b/extcap.h
@@ -12,7 +12,6 @@
#ifndef __EXTCAP_H__
#define __EXTCAP_H__
-#include <config.h>
#include <glib.h>