proper #include order.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-12-08 19:00:03 +00:00
parent 39f207e720
commit 36d26c201f

View File

@ -12,9 +12,9 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/ADT/APFloat.h"
#include <cassert>
#include <cstring>
#include "llvm/ADT/APFloat.h"
#include "llvm/Support/MathExtras.h"
using namespace llvm;