| Index: native_client_sdk/src/libraries/nacl_mounts/kernel_object.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_object.h b/native_client_sdk/src/libraries/nacl_mounts/kernel_object.h
|
| index 3dca46b0bf657ccef6b0b895cd3f25de53cdd334..ea3ae9f16454a4e09c11a6503defef2978c2614f 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/kernel_object.h
|
| +++ b/native_client_sdk/src/libraries/nacl_mounts/kernel_object.h
|
| @@ -2,12 +2,10 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| -
|
| #ifndef LIBRARIES_NACL_MOUNTS_KERNEL_OBJECT_H_
|
| #define LIBRARIES_NACL_MOUNTS_KERNEL_OBJECT_H_
|
|
|
| #include <pthread.h>
|
| -
|
| #include <map>
|
| #include <string>
|
| #include <vector>
|
| @@ -56,4 +54,3 @@ class KernelObject {
|
| };
|
|
|
| #endif // LIBRARIES_NACL_MOUNTS_KERNEL_OBJECT_H_
|
| -
|
|
|