[llvm-commits] [llvm] r54996 - /llvm/trunk/utils/TableGen/FastISelEmitter.h
Dan Gohman
gohman at apple.com
Tue Aug 19 10:53:25 PDT 2008
Author: djg
Date: Tue Aug 19 12:53:16 2008
New Revision: 54996
URL: http://llvm.org/viewvc/llvm-project?rev=54996&view=rev
Log:
Remove an unneeded #include.
Modified:
llvm/trunk/utils/TableGen/FastISelEmitter.h
Modified: llvm/trunk/utils/TableGen/FastISelEmitter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/FastISelEmitter.h?rev=54996&r1=54995&r2=54996&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/FastISelEmitter.h (original)
+++ llvm/trunk/utils/TableGen/FastISelEmitter.h Tue Aug 19 12:53:16 2008
@@ -16,7 +16,6 @@
#include "TableGenBackend.h"
#include "CodeGenDAGPatterns.h"
-#include <set>
namespace llvm {
More information about the llvm-commits
mailing list