Switch to unified view
a/src/utils/wipedir.cpp | b/src/utils/wipedir.cpp | ||
---|---|---|---|
... |
... |
||
110 | } |
110 | } |
111 | 111 | ||
112 | 112 | ||
113 | #else // FILEUT_TEST |
113 | #else // FILEUT_TEST |
114 | 114 | ||
115 | #include <stdio.h> |
||
116 | #include <stdlib.h> |
||
115 | #include <sys/stat.h> |
117 | #include <sys/stat.h> |
116 | 118 | ||
117 | #include "wipedir.h" |
119 | #include "wipedir.h" |
118 | 120 | ||
119 | using namespace std; |
121 | using namespace std; |