author | R. Bernstein <rocky@gnu.org> | 2009年11月26日 05:31:39 -0500 |
---|---|---|
committer | R. Bernstein <rocky@gnu.org> | 2009年11月26日 05:31:39 -0500 |
commit | 35663d626645eb298b59b1dfef31b8f36f5c3787 (patch) | |
tree | a31b383433cffb34faaffa331f05ce7b9dcac6b8 /example/udf1.c | |
parent | 9bec7fc20431c3a6527ea419eaceebe49737d9dc (diff) | |
download | libcdio-35663d626645eb298b59b1dfef31b8f36f5c3787.tar.gz |
-rw-r--r-- | example/udf1.c | 3 |
diff --git a/example/udf1.c b/example/udf1.c index c9f49c36..52f7077b 100644 --- a/example/udf1.c +++ b/example/udf1.c @@ -25,9 +25,6 @@ #define UDF_IMAGE_PATH "../" #define UDF_IMAGE "/src2/cd-images/udf/UDF102ISO.iso" -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif #include <sys/types.h> #include <cdio/cdio.h> #include <cdio/udf.h> |