diff options
Diffstat (limited to 'llvm/tools/dsymutil/DeclContext.h')
-rw-r--r-- | llvm/tools/dsymutil/DeclContext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/dsymutil/DeclContext.h b/llvm/tools/dsymutil/DeclContext.h index 1fa6815fa3b..425c73671e1 100644 --- a/llvm/tools/dsymutil/DeclContext.h +++ b/llvm/tools/dsymutil/DeclContext.h @@ -7,6 +7,9 @@ // //===----------------------------------------------------------------------===// +#ifndef LLVM_TOOLS_DSYMUTIL_DECLCONTEXT_H +#define LLVM_TOOLS_DSYMUTIL_DECLCONTEXT_H + #include "CompileUnit.h" #include "NonRelocatableStringpool.h" #include "llvm/ADT/DenseMap.h" @@ -16,9 +19,6 @@ #include "llvm/DebugInfo/DWARF/DWARFDie.h" #include "llvm/Support/Path.h" -#ifndef LLVM_TOOLS_DSYMUTIL_DECLCONTEXT_H -#define LLVM_TOOLS_DSYMUTIL_DECLCONTEXT_H - namespace llvm { namespace dsymutil { |