summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-16 21:17:49 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-16 21:17:49 +0000
commit13e4852eab64f9f450e484e9f17a25b31e755572 (patch)
tree0444cb671cf2ac05844cca5d7b2eb731524859b4 /ppapi
parent9b4817ca00432972f2dfbc35445e4c72b6807b14 (diff)
downloadchromium_src-13e4852eab64f9f450e484e9f17a25b31e755572.zip
chromium_src-13e4852eab64f9f450e484e9f17a25b31e755572.tar.gz
chromium_src-13e4852eab64f9f450e484e9f17a25b31e755572.tar.bz2
NaCl: Remove unused #include of syscall_bindings_trampoline.h
This allows the PPAPI proxy to compile without NACL_BLOCK_SHIFT, NACL_BUILD_ARCH etc. being #defined. This makes more code PNaCl-friendly. BUG=none TEST=build libppruntime with Scons with the definition of NACL_BLOCK_SHIFT in SConstruct commented out Review URL: http://codereview.chromium.org/8964005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.cc
index 74ba57a..cc5fa7b 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_audio.cc
@@ -15,7 +15,6 @@
#include "native_client/src/shared/ppapi_proxy/plugin_resource.h"
#include "native_client/src/shared/ppapi_proxy/utility.h"
#include "native_client/src/shared/srpc/nacl_srpc.h"
-#include "native_client/src/untrusted/nacl/syscall_bindings_trampoline.h"
#include "ppapi/c/ppb_audio.h"
#include "ppapi/c/ppb_audio_config.h"
#include "ppapi/cpp/module_impl.h"