Actually remove the include that r93974 made unnecessary.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2010-01-20 04:09:11 +00:00
Родитель 8a32907d54
Коммит b3ee1df5a4
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,6 @@
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/TargetBuiltins.h"
#include "clang/Basic/TargetOptions.h"
#include "clang/Frontend/Utils.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/STLExtras.h"