fb36a86c24cf36b94e85be27a3e19072c2ad7126
[goodguy/cinelerra.git] / util.h
1 // local includes
2 #include "assert.h"
3 #include "misc.h"
4
5 // import functions from misc module for convenience
6 namespace linuxdeploy {
7     namespace util {
8         using namespace misc;
9         using namespace assert;
10     }
11 }