proper #include order.

llvm-svn: 44707
This commit is contained in:
Chris Lattner 2007-12-08 19:00:03 +00:00
parent e187dc4bfa
commit 1fe38f35c1

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;