From 05cc4ea36a4474cce8d11efd37ebd3853201b4ad Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Fri, 19 Jun 2020 16:36:04 -0700 Subject: [PATCH] dont use __has_include --- core/Constants.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/Constants.hpp b/core/Constants.hpp index f8e1a562d..693ba02d8 100644 --- a/core/Constants.hpp +++ b/core/Constants.hpp @@ -17,9 +17,7 @@ #include "zerotier.h" #include "OS.hpp" -#if __has_include("version.h") #include "version.h" -#endif /** * Version bit packed into four 16-bit fields in a 64-bit unsigned integer.