Skip to content

Commit

Permalink
[Fixed Point Arithmetic] Remove unused include.
Browse files Browse the repository at this point in the history
lib/Basic cannot depend on lib/AST.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339031 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Aug 6, 2018
1 parent ad0147d commit 88bd421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Basic/FixedPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
//
//===----------------------------------------------------------------------===//

#include "clang/AST/ASTContext.h"
#include "clang/Basic/FixedPoint.h"

namespace clang {
Expand Down

0 comments on commit 88bd421

Please sign in to comment.