From 26d4b33d8fdc338d1677c94e97200bcbd62ee616 Mon Sep 17 00:00:00 2001 From: "mseaborn@chromium.org" Date: Thu, 24 May 2012 19:52:44 +0000 Subject: NaCl: Remove unused #include of nrd_xfer_effector.h This will enable me to remove this header from the NaCl side, since it is no longer used there. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2550 TEST=build Review URL: https://chromiumcodereview.appspot.com/10440006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138869 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/native_client/src/trusted/plugin/service_runtime.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'ppapi/native_client') diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.cc b/ppapi/native_client/src/trusted/plugin/service_runtime.cc index f5b948a..5c3b4fd 100644 --- a/ppapi/native_client/src/trusted/plugin/service_runtime.cc +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.cc @@ -32,7 +32,6 @@ // remove when we no longer need to cast the DescWrapper below. #include "native_client/src/trusted/desc/nacl_desc_io.h" #include "native_client/src/trusted/desc/nrd_xfer.h" -#include "native_client/src/trusted/desc/nrd_xfer_effector.h" #include "native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h" #include "native_client/src/trusted/plugin/manifest.h" -- cgit v1.1