Mercurial > hg > libxtract
comparison src/descriptors.c @ 259:d383a8c66b5d
Remove unmaintainable relative paths
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 07 Nov 2014 16:11:42 +0000 |
parents | ef80f7c52c6d |
children |
comparison
equal
deleted
inserted
replaced
258:9fecd1eaaec1 | 259:d383a8c66b5d |
---|---|
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS | 19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
20 * IN THE SOFTWARE. | 20 * IN THE SOFTWARE. |
21 * | 21 * |
22 */ | 22 */ |
23 | 23 |
24 #include "../xtract/libxtract.h" | 24 #include "xtract/libxtract.h" |
25 #include "xtract_macros_private.h" | 25 #include "xtract_macros_private.h" |
26 #include <stdlib.h> | 26 #include <stdlib.h> |
27 #include <string.h> | 27 #include <string.h> |
28 #define XTRACT | 28 #define XTRACT |
29 | 29 |