Clean up
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#ifndef __EXEC_H__
|
||||
#define __EXEC_H__
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string exec(const char*);
|
||||
|
||||
#endif
|
||||
@@ -1,9 +0,0 @@
|
||||
#ifndef __explode_h__
|
||||
#define __explode_h__
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
std::vector<std::string> explode( const std::string&, const std::string &);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user