Revert "Target/AMDGPU: Fix includes, or msvc build failed."

This reverts commit fef4aa1b16fcf7a472559abbbcf4c1adc9eb5ca6.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160295 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tom Stellard 2012-07-16 18:19:32 +00:00
parent 367308f798
commit 82d6979f0a
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,8 @@
#include "llvm/Module.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include <sstream>
#if 0
STATISTIC(PointerAssignments, "Number of dynamic pointer "

View File

@ -26,7 +26,6 @@
#include "llvm/Module.h"
#include "llvm/TypeBuilder.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Support/raw_ostream.h"
#include <map>
#include <set>