Skip to content

Commit 3cc67b5

Browse files
authored
Remove duplicate include guard in utility.h
1 parent 515d56d commit 3cc67b5

File tree

1 file changed

+0
-2
lines changed
  • cpp/common/test/includes/standard-library

1 file changed

+0
-2
lines changed

cpp/common/test/includes/standard-library/utility.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#ifndef _GHLIBCPP_UTILITY
22
#define _GHLIBCPP_UTILITY
33
#include "type_traits.h"
4-
#ifndef _GHLIBCPP_UTILITY
5-
#define _GHLIBCPP_UTILITY
64
#include "tuple.h"
75

86
namespace std {

0 commit comments

Comments
 (0)