util/strndup: move header inclusion as applicable
[mesa.git] / src / util / macros.h
index 733bf42cdddd9a32e6700c70f7b432d337be41f3..6f55ac667dd466ec040e6e2587c92d67cf070c59 100644 (file)
@@ -178,7 +178,6 @@ do {                       \
 #   elif defined(_MSC_VER) && !defined(__INTEL_COMPILER)
 #      if _MSC_VER >= 1800
 #         define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T)
-#      else
 #      endif
 #   endif
 #   ifndef HAS_TRIVIAL_DESTRUCTOR