diff options
author | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-05 23:40:48 +0000 |
---|---|---|
committer | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-05 23:40:48 +0000 |
commit | b1e2d361992fb4dfed9422df35f161442850909a (patch) | |
tree | 7da843b9f91f7838903871b2c1d18fd5c9626b03 /ppapi/native_client | |
parent | c5ede128cacc57cdf5aa08b5ee1338a587b93ff5 (diff) | |
download | chromium_src-b1e2d361992fb4dfed9422df35f161442850909a.zip chromium_src-b1e2d361992fb4dfed9422df35f161442850909a.tar.gz chromium_src-b1e2d361992fb4dfed9422df35f161442850909a.tar.bz2 |
Remove unnecessary #include <sys/nacl_imc_api.h>
There's no need for it.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2335
TEST= none
R=brettw@chromium.org
Review URL: http://codereview.chromium.org/8161007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104206 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/native_client')
-rw-r--r-- | ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc index 37f0b8b..79c5b25 100644 --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_globals.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include <sys/nacl_imc_api.h> - #include "native_client/src/shared/platform/nacl_check.h" #include "native_client/src/shared/ppapi_proxy/plugin_globals.h" #include "native_client/src/shared/ppapi_proxy/plugin_ppb_core.h" |