am f79ba085: am 7ecb919d: Merge "Remove unused "host/Directories.h"."

* commit 'f79ba085c25c1a2b745985ebb3639e6658f25c2c':
  Remove unused "host/Directories.h".
This commit is contained in:
Elliott Hughes
2015-07-28 15:27:22 +00:00
committed by Android Git Automerger

View File

@@ -1,10 +0,0 @@
#ifndef HOST_MKDIRS_H
#define HOST_MKDIRS_H
#include <string>
std::string parent_dir(const std::string& path);
extern "C" int mkdirs(const char* path);
#endif // HOST_MKDIRS_H