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/sample4.c | |
parent | 9bec7fc20431c3a6527ea419eaceebe49737d9dc (diff) | |
download | libcdio-35663d626645eb298b59b1dfef31b8f36f5c3787.tar.gz |
-rw-r--r-- | example/sample4.c | 7 |
diff --git a/example/sample4.c b/example/sample4.c index ba0bcfcc..8e0fc16e 100644 --- a/example/sample4.c +++ b/example/sample4.c @@ -1,7 +1,5 @@ /* - $Id: sample4.c,v 1.8 2008年03月24日 15:30:56 karl Exp $ - - Copyright (C) 2003, 2004 2008 Rocky Bernstein <rocky@gnu.org> + Copyright (C) 2003, 2004, 2008, 2009 Rocky Bernstein <rocky@gnu.org> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,9 +19,6 @@ A slightly improved sample3 program: we handle cdio logging and take an optional CD-location. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif #include <stdio.h> #include <string.h> #include <sys/types.h> |