Index: native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.h |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.h b/native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.h |
index a2c2e0e8ff31717b3eec0ee6bffc051a76afe637..1d182ef6eb189940c0bde5d7bd6d7689f7870972 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.h |
+++ b/native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.h |
@@ -2,18 +2,15 @@ |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
- |
#ifndef LIBRARIES_NACL_MOUNTS_MOUNT_NODE_DIR_H_ |
#define LIBRARIES_NACL_MOUNTS_MOUNT_NODE_DIR_H_ |
-#include <dirent.h> |
- |
#include <map> |
#include <string> |
-#include <vector> |
#include "nacl_mounts/mount_node.h" |
+struct dirent; |
class MountNodeDir : public MountNode { |
protected: |
@@ -48,4 +45,3 @@ private: |
}; |
#endif // LIBRARIES_NACL_MOUNTS_MOUNT_NODE_DIR_H_ |
- |