aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaInherit.cpp
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2009-02-07 20:10:22 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2009-02-07 20:10:22 +0000
commit7c8bd60da52c3280f2fac27977efd74cd290b131 (patch)
tree6f1477c7e6a599a9b659f984582d1523b28b0e9e /lib/Sema/SemaInherit.cpp
parent501af1f721d837a565b947bf194a3476db32d926 (diff)
Move CheckPointerToMemberOperands to SemaExprCXX.cpp
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaInherit.cpp')
-rw-r--r--lib/Sema/SemaInherit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaInherit.cpp b/lib/Sema/SemaInherit.cpp
index 0772bc3c1e..fe1c96b09d 100644
--- a/lib/Sema/SemaInherit.cpp
+++ b/lib/Sema/SemaInherit.cpp
@@ -13,8 +13,8 @@
//
//===----------------------------------------------------------------------===//
-#include "Sema.h"
#include "SemaInherit.h"
+#include "Sema.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/Type.h"