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

* commit '36af8c3c6dad56c8414dca03e95c6e5ff3927544':
  Remove unused "host/Directories.h".
This commit is contained in:
Elliott Hughes 2015-07-28 18:49:06 +00:00 committed by Android Git Automerger
commit 2ef549f7f5
1 changed files with 0 additions and 10 deletions

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