removed makeDir.h

This commit is contained in:
Don BURNS
2004-09-20 17:42:59 +00:00
parent 95b9ec54e9
commit eea9ddccf5

View File

@@ -1,11 +0,0 @@
#ifndef TEMPORARY_MAKE_DIR_H
#define TEMPORARY_MAKE_DIR_H
#include <string>
namespace TemporaryFileUtils {
extern bool makeDirectory( const std::string & );
}
#endif