Merge "Remove unused "host/Directories.h"."

This commit is contained in:
Elliott Hughes
2015-07-28 14:55:06 +00:00
committed by Gerrit Code Review

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