summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-24 19:52:44 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-24 19:52:44 +0000
commit26d4b33d8fdc338d1677c94e97200bcbd62ee616 (patch)
tree09d69d306c82ce28ed30e2ff82ba1ec14953ec7d /ppapi/native_client
parent468f5532b9d3ec889a0a39bed19bc94418a76738 (diff)
downloadchromium_src-26d4b33d8fdc338d1677c94e97200bcbd62ee616.zip
chromium_src-26d4b33d8fdc338d1677c94e97200bcbd62ee616.tar.gz
chromium_src-26d4b33d8fdc338d1677c94e97200bcbd62ee616.tar.bz2
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
Diffstat (limited to 'ppapi/native_client')
-rw-r--r--ppapi/native_client/src/trusted/plugin/service_runtime.cc1
1 files changed, 0 insertions, 1 deletions
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"