Simplify some getNode calls.
[oota-llvm.git] / include / llvm / Target / TargetSubtarget.h
index ba8630f16a39f0ffbe7223226f649c16a76280df..fde8f44669ad04704b680b5b02b9f4f4e9cb9b7e 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Nate Begeman and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -14,8 +14,6 @@
 #ifndef LLVM_TARGET_TARGETSUBTARGET_H
 #define LLVM_TARGET_TARGETSUBTARGET_H
 
-#include <string>
-
 namespace llvm {
 
 //===----------------------------------------------------------------------===//