diff options
Diffstat (limited to 'src/openvpn/syshead.h')
-rw-r--r-- | src/openvpn/syshead.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h index bca842c..f9636f7 100644 --- a/src/openvpn/syshead.h +++ b/src/openvpn/syshead.h @@ -25,15 +25,6 @@ #ifndef SYSHEAD_H #define SYSHEAD_H -/* - * Only include if not during configure - */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#elif defined(_MSC_VER) -#include "config-msvc.h" -#endif - #include "compat.h" /* branch prediction hints */ |