Browse Source

dont use __has_include

Grant Limberg 5 years ago
parent
commit
05cc4ea36a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/Constants.hpp

+ 0 - 2
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.