Remove unnecessary include.

llvm-svn: 3723
This commit is contained in:
Vikram S. Adve 2002-09-14 23:04:52 +00:00
parent c9f1e71360
commit d171a8c7c5
2 changed files with 0 additions and 4 deletions

View File

@ -7,8 +7,6 @@
#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
#define LLVM_CODEGEN_REGALLOCCOMMON_H
#include "Support/CommandLine.h"
enum RegAllocDebugLevel_t {
RA_DEBUG_None = 0,
RA_DEBUG_Results = 1,

View File

@ -7,8 +7,6 @@
#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
#define LLVM_CODEGEN_REGALLOCCOMMON_H
#include "Support/CommandLine.h"
enum RegAllocDebugLevel_t {
RA_DEBUG_None = 0,
RA_DEBUG_Results = 1,