You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by gs...@apache.org on 2008/03/07 08:50:10 UTC

svn commit: r634576 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp

Author: gshimansky
Date: Thu Mar  6 23:50:09 2008
New Revision: 634576

URL: http://svn.apache.org/viewvc?rev=634576&view=rev
Log:
Removed unused header on windows


Modified:
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp?rev=634576&r1=634575&r2=634576&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp Thu Mar  6 23:50:09 2008
@@ -17,7 +17,6 @@
 
 
 #include "clog.h"
-#include "method_lookup.h"
 #include "Environment.h"
 #include "exceptions.h"
 #include "exceptions_jit.h"