Index: native_client_sdk/src/libraries/nacl_mounts/mount_mem.h |
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h b/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h |
index 4340f111eae438b19a9ab56b223ccfa337cbf355..1e08051252193a09fd667f5df41d2f0c236951ad 100644 |
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h |
+++ b/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h |
@@ -5,13 +5,11 @@ |
#ifndef LIBRARIES_NACL_MOUNTS_MOUNT_MEM_H_ |
#define LIBRARIES_NACL_MOUNTS_MOUNT_MEM_H_ |
-#include <stdint.h> |
#include <map> |
#include <string> |
#include "nacl_mounts/mount.h" |
- |
class MountMem : public MountFactory<MountMem, Mount> { |
protected: |
MountMem(); |
@@ -52,4 +50,3 @@ private: |
}; |
#endif // LIBRARIES_NACL_MOUNTS_MOUNT_MEM_H_ |
- |