You've already forked linuxdeploy
mirror of
https://github.com/encounter/linuxdeploy.git
synced 2026-07-10 12:18:44 -07:00
11 lines
197 B
C++
11 lines
197 B
C++
// local includes
|
|
#include "misc.h"
|
|
#include "subprocess.h"
|
|
|
|
// import functions from misc module for convenience
|
|
namespace linuxdeploy {
|
|
namespace util {
|
|
using namespace misc;
|
|
}
|
|
}
|