diff --git a/doc/examples/mpglib.c b/doc/examples/mpglib.c index fe799bb6..d9e6ef83 100644 --- a/doc/examples/mpglib.c +++ b/doc/examples/mpglib.c @@ -6,7 +6,7 @@ initially written by Thomas Orgis */ -#include "mpg123.h" +#include #include #include diff --git a/doc/examples/scan.c b/doc/examples/scan.c index 0f0cdb47..2352de0c 100644 --- a/doc/examples/scan.c +++ b/doc/examples/scan.c @@ -10,7 +10,7 @@ While it would be nicer to inform the user about troubles, libmpg123 is designed _not_ to bite you on operations with invalid handles , etc. You just jet invalid results on invalid operations... */ -#include "mpg123.h" +#include #include int main(int argc, char **argv)